Home
last modified time | relevance | path

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

12345678910>>...14

/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/
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
DWifiP2pUpnpServiceRequest.java56 public static WifiP2pUpnpServiceRequest newInstance() { in newInstance() method in WifiP2pUpnpServiceRequest
73 public static WifiP2pUpnpServiceRequest newInstance(String st) { in newInstance() method in WifiP2pUpnpServiceRequest
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/
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
/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/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DHandheldUnusedAppsWrapperFragment.kt33 fun newInstance(): HandheldUnusedAppsWrapperFragment { in newInstance() method
DHandheldUnusedAppsFragment.kt38 fun newInstance(): HandheldUnusedAppsFragment { in newInstance() method
/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/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/Settings/src/com/android/settings/wifi/tether/
DNoOpOnStartTetheringCallback.java23 public static ConnectivityManager.OnStartTetheringCallback newInstance() { in newInstance() method in NoOpOnStartTetheringCallback
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DNetworkRequestShimImpl.java36 public static NetworkRequestShim newInstance() { in newInstance() method in NetworkRequestShimImpl
/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/Contacts/src/com/android/contacts/compat/
DPhoneNumberFormattingTextWatcherCompat.java21 public static PhoneNumberFormattingTextWatcher newInstance(String countryCode) { in newInstance() method in PhoneNumberFormattingTextWatcherCompat
/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
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmUpdateHandler.kt112 val newInstance = AlarmInstance(instance) in <lambda>() constant
202 var newInstance = alarm.createInstanceAfter(Calendar.getInstance()) in <lambda>() variable
/packages/modules/IPsec/src/java/com/android/internal/net/eap/crypto/
DTlsSessionFactory.java37 public TlsSession newInstance(X509Certificate serverCaCert, SecureRandom secureRandom) in newInstance() method in TlsSessionFactory
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/
DAutoUnusedAppsFragment.kt39 fun newInstance(): AutoUnusedAppsFragment { in newInstance() method
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DFormattingProgressFragment.java29 public static FormattingProgressFragment newInstance() { in newInstance() method in FormattingProgressFragment
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/handheld/
DHandheldDefaultAppListFragment.java37 public static HandheldDefaultAppListFragment newInstance() { in newInstance() method in HandheldDefaultAppListFragment
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLoadWallpaperErrorDialogFragment.java34 public static LoadWallpaperErrorDialogFragment newInstance() { in newInstance() method in LoadWallpaperErrorDialogFragment
/packages/apps/Settings/src/com/android/settings/deletionhelper/
DActivationWarningFragment.java33 public static ActivationWarningFragment newInstance() { in newInstance() method in ActivationWarningFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
DDeviceNameSetCustomFragment.java48 public static DeviceNameSetCustomFragment newInstance() { in newInstance() method in DeviceNameSetCustomFragment

12345678910>>...14