Home
last modified time | relevance | path

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

12345678910>>...17

/aosp12/frameworks/base/core/java/android/content/res/
H A DConstantState.java44 public abstract T newInstance(); in newInstance() method in ConstantState
52 public T newInstance(Resources res) { in newInstance() method in ConstantState
60 public T newInstance(Resources res, Resources.Theme theme) { in newInstance() method in ConstantState
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBitmapRegionDecoder.java62 public static BitmapRegionDecoder newInstance(@NonNull byte[] data, in newInstance() method in BitmapRegionDecoder
78 public static BitmapRegionDecoder newInstance(@NonNull byte[] data, in newInstance() method in BitmapRegionDecoder
100 public static BitmapRegionDecoder newInstance( in newInstance() method in BitmapRegionDecoder
115 public static BitmapRegionDecoder newInstance( in newInstance() method in BitmapRegionDecoder
140 public static BitmapRegionDecoder newInstance(@NonNull InputStream is, in newInstance() method in BitmapRegionDecoder
157 public static BitmapRegionDecoder newInstance(@NonNull InputStream is) throws IOException { in newInstance() method in BitmapRegionDecoder
181 public static BitmapRegionDecoder newInstance(@NonNull String pathName, in newInstance() method in BitmapRegionDecoder
194 public static BitmapRegionDecoder newInstance(@NonNull String pathName) throws IOException { in newInstance() method in BitmapRegionDecoder
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/
H A DWifiP2pDnsSdServiceRequest.java61 public static WifiP2pDnsSdServiceRequest newInstance() { in newInstance() method in WifiP2pDnsSdServiceRequest
75 public static WifiP2pDnsSdServiceRequest newInstance(String serviceType) { in newInstance() method in WifiP2pDnsSdServiceRequest
96 public static WifiP2pDnsSdServiceRequest newInstance(String instanceName, in newInstance() method in WifiP2pDnsSdServiceRequest
H A DWifiP2pUpnpServiceRequest.java56 public static WifiP2pUpnpServiceRequest newInstance() { in newInstance() method in WifiP2pUpnpServiceRequest
73 public static WifiP2pUpnpServiceRequest newInstance(String st) { in newInstance() method in WifiP2pUpnpServiceRequest
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/
H A DApplicationListFragment.java77 public static AdminGrantedPermissionCamera newInstance() { in newInstance() method in ApplicationListFragment.AdminGrantedPermissionCamera
88 public static AdminGrantedPermissionLocation newInstance() { in newInstance() method in ApplicationListFragment.AdminGrantedPermissionLocation
100 public static AdminGrantedPermissionMicrophone newInstance() { in newInstance() method in ApplicationListFragment.AdminGrantedPermissionMicrophone
111 public static EnterpriseInstalledPackages newInstance() { in newInstance() method in ApplicationListFragment.EnterpriseInstalledPackages
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A 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
H A 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
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A 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
/aosp12/packages/apps/Dialer/java/com/android/dialer/blockreportspam/
H A 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
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
H A DDeviceNameSetCustomFragment.java48 public static DeviceNameSetCustomFragment newInstance() { in newInstance() method in DeviceNameSetCustomFragment
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DHearingAidDialogFragment.java32 public static HearingAidDialogFragment newInstance() { in newInstance() method in HearingAidDialogFragment
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DLoadWallpaperErrorDialogFragment.java34 public static LoadWallpaperErrorDialogFragment newInstance() { in newInstance() method in LoadWallpaperErrorDialogFragment
H A DStartRotationErrorDialogFragment.java37 public static StartRotationErrorDialogFragment newInstance( in newInstance() method in StartRotationErrorDialogFragment
H A DSetWallpaperErrorDialogFragment.java39 public static SetWallpaperErrorDialogFragment newInstance(int messageId, in newInstance() method in SetWallpaperErrorDialogFragment
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A 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
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DHeavyHitterSketch.java62 void add(@Nullable T newInstance); in add()
170 public void add(@Nullable final T newInstance) { in add()
191 private void addToMGSummary(@Nullable final T newInstance) { in addToMGSummary()
223 private void validate(@Nullable final T newInstance) { in validate()
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DRemoveUserFragment.java32 static RemoveUserFragment newInstance(int userId) { in newInstance() method in RemoveUserFragment
/aosp12/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
H A 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
H A 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
/aosp12/packages/apps/Dialer/java/com/android/dialer/blocking/
H A DMigrateBlockedNumbersDialogFragment.java49 public static DialogFragment newInstance( in newInstance() method in MigrateBlockedNumbersDialogFragment
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/database/
H A 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
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
H A DCallHistoryLiveData.java60 public static CallHistoryLiveData newInstance(Context context, String accountName) { in newInstance() method in CallHistoryLiveData
68 private static CallHistoryLiveData newInstance(Context context, int callType, int limit, in newInstance() method in CallHistoryLiveData
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/tether/
H A DNoOpOnStartTetheringCallback.java23 public static ConnectivityManager.OnStartTetheringCallback newInstance() { in newInstance() method in NoOpOnStartTetheringCallback
/aosp12/frameworks/base/core/java/android/util/
H A DIconDrawableFactory.java96 public static IconDrawableFactory newInstance(Context context) { in newInstance() method in IconDrawableFactory
100 public static IconDrawableFactory newInstance(Context context, boolean embedShadow) { in newInstance() method in IconDrawableFactory
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DSmsStorageLowWarningFragment.java53 public static SmsStorageLowWarningFragment newInstance() { in newInstance() method in SmsStorageLowWarningFragment
89 public static ChooseActionDialogFragment newInstance() { in newInstance() method in SmsStorageLowWarningFragment.ChooseActionDialogFragment
164 public static ConfirmationDialog newInstance(final int actionIndex) { in newInstance() method in SmsStorageLowWarningFragment.ConfirmationDialog

12345678910>>...17