Home
last modified time | relevance | path

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

12345678

/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
208 public static ExpectedAdditionalMoreKey newInstance(final String label) { in newInstance() method in ExpectedKey.ExpectedAdditionalMoreKey
213 public static ExpectedAdditionalMoreKey newInstance(final ExpectedKey key) { in newInstance() method in ExpectedKey.ExpectedAdditionalMoreKey
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DStringTexture.java53 public static StringTexture newInstance( in newInstance() method in StringTexture
58 public static StringTexture newInstance( in newInstance() method in StringTexture
72 private static StringTexture newInstance(String text, TextPaint paint) { in newInstance() method in StringTexture
/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
DNetworkActivity.java33 public static SettingsFragment newInstance() { in newInstance() method in NetworkActivity.SettingsFragment
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
DPhoneNumberFormattingTextWatcherCompat.java21 public static PhoneNumberFormattingTextWatcher newInstance(String countryCode) { in newInstance() method in PhoneNumberFormattingTextWatcherCompat
/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/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryContentFragment.java31 public static AddAccessoryContentFragment newInstance() { in newInstance() method in AddAccessoryContentFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DAccessibilityActivity.java33 public static SettingsFragment newInstance() { in newInstance() method in AccessibilityActivity.SettingsFragment
DDateTimeActivity.java33 public static SettingsFragment newInstance() { in newInstance() method in DateTimeActivity.SettingsFragment
DLocationActivity.java36 public static SettingsFragment newInstance() { in newInstance() method in LocationActivity.SettingsFragment
DSecurityActivity.java33 public static SettingsFragment newInstance() { in newInstance() method in SecurityActivity.SettingsFragment
DLanguageActivity.java33 public static SettingsFragment newInstance() { in newInstance() method in LanguageActivity.SettingsFragment
DInputsActivity.java36 public static SettingsFragment newInstance() { in newInstance() method in InputsActivity.SettingsFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
DAboutActivity.java36 public static SettingsFragment newInstance() { in newInstance() method in AboutActivity.SettingsFragment
DStatusActivity.java33 public static SettingsFragment newInstance() { in newInstance() method in StatusActivity.SettingsFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DFormattingProgressFragment.java28 public static FormattingProgressFragment newInstance() { in newInstance() method in FormattingProgressFragment
DResetActivity.java56 public static ResetFragment newInstance() { in newInstance() method in ResetActivity.ResetFragment
101 public static ResetConfirmFragment newInstance() { in newInstance() method in ResetActivity.ResetConfirmFragment
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSyncErrorDialogFragment.java38 public static SyncErrorDialogFragment newInstance() { in newInstance() method in SyncErrorDialogFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DStorageResetActivity.java36 public static SettingsFragment newInstance() { in newInstance() method in StorageResetActivity.SettingsFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DDaydreamActivity.java36 public static SettingsFragment newInstance() { in newInstance() method in DaydreamActivity.SettingsFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DMainSettings.java33 public static SettingsFragment newInstance() { in newInstance() method in MainSettings.SettingsFragment

12345678