Home
last modified time | relevance | path

Searched defs:newInstance (Results 1 – 25 of 99) sorted by relevance

1234

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DActionFragment.java35 public static ActionFragment newInstance(ArrayList<Action> actions) { in newInstance() method in ActionFragment
39 public static ActionFragment newInstance(ArrayList<Action> actions, String name) { in newInstance() method in ActionFragment
45 public static ActionFragment newInstance(ArrayList<Action> actions, int index) { in newInstance() method in ActionFragment
51 public static ActionFragment newInstance(ArrayList<Action> actions, String name, int index) { in newInstance() method in ActionFragment
DContentFragment.java44 public static ContentFragment newInstance(String title) { in newInstance() method in ContentFragment
48 public static ContentFragment newInstance(String title, String breadcrumb, in newInstance() method in ContentFragment
53 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() method in ContentFragment
58 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() method in ContentFragment
67 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() method in ContentFragment
72 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() method in ContentFragment
81 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() method in ContentFragment
DEditTextFragment.java45 public static EditTextFragment newInstance(int layoutResId, int editTextResId) { in newInstance() method in EditTextFragment
57 public static EditTextFragment newInstance(String description) { in newInstance() method in EditTextFragment
61 public static EditTextFragment newInstance(String description, String initialText) { in newInstance() method in EditTextFragment
65 public static EditTextFragment newInstance(String description, String initialText, in newInstance() method in EditTextFragment
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKey.java33 static ExpectedKey newInstance(final String label, final ExpectedKey... moreKeys) { in newInstance() method in ExpectedKey
38 static ExpectedKey newInstance(final String label, final String outputText, in newInstance() method in ExpectedKey
45 static ExpectedKey newInstance(final String label, final int code, in newInstance() method in ExpectedKey
52 static ExpectedKey newInstance(final int iconId, final String outputText, in newInstance() method in ExpectedKey
59 static ExpectedKey newInstance(final int iconId, final int code, in newInstance() method in ExpectedKey
65 static ExpectedKey newInstance(final ExpectedKeyVisual visual, final ExpectedKeyOutput output, in newInstance() method in ExpectedKey
207 public static ExpectedAdditionalMoreKey newInstance(final String label) { in newInstance() method in ExpectedKey.ExpectedAdditionalMoreKey
212 public static ExpectedAdditionalMoreKey newInstance(final ExpectedKey key) { in newInstance() method in ExpectedKey.ExpectedAdditionalMoreKey
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DStringTexture.java54 public static StringTexture newInstance( in newInstance() method in StringTexture
59 public static StringTexture newInstance( in newInstance() method in StringTexture
73 private static StringTexture newInstance(String text, TextPaint paint) { in newInstance() method in StringTexture
DMultiLineTexture.java38 public static MultiLineTexture newInstance( in newInstance() method in MultiLineTexture
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DDatePicker.java53 public static DatePicker newInstance() { in newInstance() method in DatePicker
63 public static DatePicker newInstance(String format) { in newInstance() method in DatePicker
74 public static DatePicker newInstance(String format, int startYear) { in newInstance() method in DatePicker
87 public static DatePicker newInstance(String format, int startYear, int yearRange, in newInstance() method in DatePicker
DTimePicker.java50 public static TimePicker newInstance() { in newInstance() method in TimePicker
54 public static TimePicker newInstance(boolean is24hFormat, boolean defaultToCurrentTime) { in newInstance() method in TimePicker
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DTimedMessageWizardFragment.java39 public static TimedMessageWizardFragment newInstance(String title) { in newInstance() method in TimedMessageWizardFragment
43 public static TimedMessageWizardFragment newInstance(String title, int durationMs) { in newInstance() method in TimedMessageWizardFragment
DWpsScanningFragment.java33 public static WpsScanningFragment newInstance() { in newInstance() method in WpsScanningFragment
DWpsPinFragment.java35 public static WpsPinFragment newInstance(String pin) { in newInstance() method in WpsPinFragment
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerSessionFactory.java22 public static Session newInstance(AndroidSpellCheckerService service) { in newInstance() method in AndroidSpellCheckerSessionFactory
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/database/
DNoNullCursorAsyncQueryHandlerTest.java142 public static <E> ObjectHolder<E> newInstance() { in newInstance() method in NoNullCursorAsyncQueryHandlerTest.ObjectHolder
146 public static <E> ObjectHolder<E> newInstance(E value) { in newInstance() method in NoNullCursorAsyncQueryHandlerTest.ObjectHolder
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSyncErrorDialogFragment.java38 public static SyncErrorDialogFragment newInstance() { in newInstance() method in SyncErrorDialogFragment
DConfirmDialogFragment.java74 public static ConfirmDialogFragment newInstance(CharSequence message) { in newInstance() method in ConfirmDialogFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/base/
DTextInputWizardFragment.java58 public static TextInputWizardFragment newInstance(String title, boolean isPassword, in newInstance() method in TextInputWizardFragment
63 public static TextInputWizardFragment newInstance(String title, boolean isPassword, in newInstance() method in TextInputWizardFragment
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
DClearPictureApprovalsDialogFragment.java41 public static ClearPictureApprovalsDialogFragment newInstance() { in newInstance() method in ClearPictureApprovalsDialogFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DPasswordInputWizardFragment.java62 public static PasswordInputWizardFragment newInstance( in newInstance() method in PasswordInputWizardFragment
68 private static PasswordInputWizardFragment newInstance( in newInstance() method in PasswordInputWizardFragment
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DTextInfoCompatUtils.java42 public static TextInfo newInstance(CharSequence charSequence, int start, int end, int cookie, in newInstance() method in TextInfoCompatUtils
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DPermissionsFragment.java35 static PermissionsFragment newInstance(String packageName) { in newInstance() method in PermissionsFragment
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DObjectCache.java31 T newInstance(); in newInstance() method
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryContentFragment.java37 public static AddAccessoryContentFragment newInstance(boolean multiple) { in newInstance() method in AddAccessoryContentFragment
/packages/apps/Email/provider_src/com/android/email/mail/store/
DServiceStore.java49 public static Store newInstance(Account account, Context context) throws MessagingException { in newInstance() method in ServiceStore
/packages/apps/Email/src/com/android/email/activity/setup/
DDuplicateAccountDialogFragment.java48 public static DuplicateAccountDialogFragment newInstance(String note) { in newInstance() method in DuplicateAccountDialogFragment
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DHttpClientFactory.java59 Method newInstance = clazz.getMethod("newInstance", String.class); in newHttpClient() local

1234