Home
last modified time | relevance | path

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

12345678910>>...16

/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
/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/Settings/src/com/android/settings/wifi/tether/
DNoOpOnStartTetheringCallback.java23 public static ConnectivityManager.OnStartTetheringCallback newInstance() { in newInstance() method in NoOpOnStartTetheringCallback
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DNoOpOnStartTetheringCallback.java23 public static ConnectivityManager.OnStartTetheringCallback newInstance() { in newInstance() method in NoOpOnStartTetheringCallback
/packages/apps/Contacts/src/com/android/contacts/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/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DFinalClassField.java43 public static <T> FinalClassField<T> newInstance(final Class<?> definedClass, final String name, in newInstance() method in FinalClassField
56 public static <T> FinalClassField<T> newInstance(final String className, final String fieldName, in newInstance() method in FinalClassField
DInstanceMethod.java62 public static InstanceMethod newInstance(final Class<?> receiverClass, final String methodName, in newInstance() method in InstanceMethod
75 public static InstanceMethod newInstance(final String className, final String methodName, in newInstance() method in InstanceMethod
/packages/apps/Dialer/java/com/android/dialer/blockreportspam/
DBlockReportSpamDialogs.java137 public static DialogFragment newInstance( in newInstance() method in DialogFragmentForBlockingNumberAndOptionallyReportingAsSpam
192 public static DialogFragment newInstance( in newInstance() method in DialogFragmentForBlockingNumberAndReportingAsSpam
235 public static DialogFragment newInstance( in newInstance() method in DialogFragmentForBlockingNumber
276 public static DialogFragment newInstance( in newInstance() method in DialogFragmentForUnblockingNumberAndReportingAsNotSpam
321 public static DialogFragment newInstance( in newInstance() method in DialogFragmentForUnblockingNumber
353 public static DialogFragment newInstance( in newInstance() method in DialogFragmentForReportingNotSpam
/packages/apps/Launcher3/src/com/android/launcher3/
DAppFilter.java10 public static AppFilter newInstance(Context context) { in newInstance() method in AppFilter
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryContentFragment.java31 public static AddAccessoryContentFragment newInstance() { in newInstance() method in AddAccessoryContentFragment
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deletionhelper/
DActivationWarningFragment.java33 public static ActivationWarningFragment newInstance() { in newInstance() method in ActivationWarningFragment
/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingAidDialogFragment.java32 public static HearingAidDialogFragment newInstance() { in newInstance() method in HearingAidDialogFragment
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DHearingAidDialogFragment.java31 public static HearingAidDialogFragment newInstance() { in newInstance() method in HearingAidDialogFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DFormattingProgressFragment.java29 public static FormattingProgressFragment newInstance() { in newInstance() method in FormattingProgressFragment
DResetActivity.java57 public static ResetFragment newInstance() { in newInstance() method in ResetActivity.ResetFragment
102 public static ResetConfirmFragment newInstance() { in newInstance() method in ResetActivity.ResetConfirmFragment
/packages/apps/Settings/src/com/android/settings/deletionhelper/
DActivationWarningFragment.java33 public static ActivationWarningFragment newInstance() { in newInstance() method in ActivationWarningFragment
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLoadWallpaperErrorDialogFragment.java34 public static LoadWallpaperErrorDialogFragment newInstance() { in newInstance() method in LoadWallpaperErrorDialogFragment
/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/
DHomeFragment.java33 public static @NonNull Fragment newInstance() { in newInstance() method in HomeFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentActivity.java33 public static SettingsFragment newInstance() { in newInstance() method in DevelopmentActivity.SettingsFragment
/packages/apps/Car/libs/car-arch-common/src/com/android/car/arch/common/switching/
DSwitchingLiveData.java52 static <T> SwitchingLiveData<T> newInstance() { in newInstance() method
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSyncErrorDialogFragment.java38 public static SyncErrorDialogFragment newInstance() { in newInstance() method in SyncErrorDialogFragment
/packages/apps/Contacts/tests/src/com/android/contacts/database/
DNoNullCursorAsyncQueryHandlerTest.java144 public static <E> ObjectHolder<E> newInstance() { in newInstance() method in NoNullCursorAsyncQueryHandlerTest.ObjectHolder
148 public static <E> ObjectHolder<E> newInstance(E value) { in newInstance() method in NoNullCursorAsyncQueryHandlerTest.ObjectHolder

12345678910>>...16