Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/content/res/
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
DGradientColor.java521 public GradientColor newInstance() { in newInstance() method in GradientColor.GradientColorFactory
526 public GradientColor newInstance(Resources res, Theme theme) { in newInstance() method in GradientColor.GradientColorFactory
/frameworks/base/wifi/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
DWifiP2pServiceRequest.java198 public static WifiP2pServiceRequest newInstance(int protocolType, String queryData) { in newInstance() method in WifiP2pServiceRequest
213 public static WifiP2pServiceRequest newInstance(int protocolType ) { in newInstance() method in WifiP2pServiceRequest
DWifiP2pUpnpServiceInfo.java71 public static WifiP2pUpnpServiceInfo newInstance(String uuid, in newInstance() method in WifiP2pUpnpServiceInfo
DWifiP2pUpnpServiceResponse.java146 static WifiP2pUpnpServiceResponse newInstance(int status, in newInstance() method in WifiP2pUpnpServiceResponse
DWifiP2pDnsSdServiceInfo.java93 public static WifiP2pDnsSdServiceInfo newInstance(String instanceName, in newInstance() method in WifiP2pDnsSdServiceInfo
/frameworks/base/graphics/java/android/graphics/
DBitmapRegionDecoder.java62 public static BitmapRegionDecoder newInstance(byte[] data, in newInstance() method in BitmapRegionDecoder
87 public static BitmapRegionDecoder newInstance( in newInstance() method in BitmapRegionDecoder
115 public static BitmapRegionDecoder newInstance(InputStream is, in newInstance() method in BitmapRegionDecoder
145 public static BitmapRegionDecoder newInstance(String pathName, in newInstance() method in BitmapRegionDecoder
/frameworks/base/core/java/android/util/
DIconDrawableFactory.java95 public static IconDrawableFactory newInstance(Context context) { in newInstance() method in IconDrawableFactory
99 public static IconDrawableFactory newInstance(Context context, boolean embedShadow) { in newInstance() method in IconDrawableFactory
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintProgressFragment.java31 public static PrintProgressFragment newInstance() { in newInstance() method in PrintProgressFragment
DPrintErrorFragment.java46 public static PrintErrorFragment newInstance(CharSequence message, int action) { in newInstance() method in PrintErrorFragment
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstallerActivity.java594 static SimpleErrorDialog newInstance(@StringRes int message) { in newInstance() method in PackageInstallerActivity.SimpleErrorDialog
617 static AnonymousSourceDialog newInstance() { in newInstance() method in PackageInstallerActivity.AnonymousSourceDialog
647 static SimpleErrorDialog newInstance() { in newInstance() method in NotSupportedOnWearDialog
662 static AppErrorDialog newInstance(@NonNull CharSequence applicationLabel) { in newInstance() method in OutOfSpaceDialog
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/storage/
DBackupEncryptionDb.java31 public static BackupEncryptionDb newInstance(Context context) { in newInstance() method in BackupEncryptionDb
/frameworks/opt/chips/src/com/android/ex/chips/
DCopyDialog.java23 public static CopyDialog newInstance(String text) { in newInstance() method in CopyDialog
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/keys/
DTertiaryKeyRotationTrackerTest.java134 private static TertiaryKeyRotationTracker newInstance() { in newInstance() method in TertiaryKeyRotationTrackerTest
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/chunking/
DDiffScriptBackupWriter.java39 public static DiffScriptBackupWriter newInstance(OutputStream outputStream) { in newInstance() method in DiffScriptBackupWriter
/frameworks/multidex/library/src/androidx/multidex/
DMultiDex.java589 Object newInstance(File file, DexFile dex) in newInstance() method
608 public Object newInstance(File file, DexFile dex) in newInstance() method in MultiDex.V14.ICSElementConstructor
631 public Object newInstance(File file, DexFile dex) in newInstance() method in MultiDex.V14.JBMR11ElementConstructor
654 public Object newInstance(File file, DexFile dex) in newInstance() method in MultiDex.V14.JBMR2ElementConstructor
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/tasks/
DEncryptedFullRestoreTask.java63 public static EncryptedFullRestoreTask newInstance( in newInstance() method in EncryptedFullRestoreTask
DEncryptedKvRestoreTask.java67 public EncryptedKvRestoreTask newInstance( in newInstance() method in EncryptedKvRestoreTask.EncryptedKvRestoreTaskFactory
DEncryptedFullBackupTask.java80 public static EncryptedFullBackupTask newInstance( in newInstance() method in EncryptedFullBackupTask
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
DBitmapRegionTileSource.java57 public static SimpleBitmapRegionDecoderWrapper newInstance( in newInstance() method in SimpleBitmapRegionDecoderWrapper
70 public static SimpleBitmapRegionDecoderWrapper newInstance( in newInstance() method in SimpleBitmapRegionDecoderWrapper
101 public static DumbBitmapRegionDecoder newInstance(String pathName) { in newInstance() method in DumbBitmapRegionDecoder
108 public static DumbBitmapRegionDecoder newInstance(InputStream is) { in newInstance() method in DumbBitmapRegionDecoder
/frameworks/base/core/java/android/security/keystore/recovery/
DRecoverySession.java65 static @NonNull RecoverySession newInstance(RecoveryController recoveryController) { in newInstance() method in RecoverySession
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/keys/
DTertiaryKeyStore.java59 public static TertiaryKeyStore newInstance( in newInstance() method in TertiaryKeyStore
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyGenerator.java59 public static RecoverableKeyGenerator newInstance(RecoverableKeyStoreDb database) in newInstance() method in RecoverableKeyGenerator

123