Home
last modified time | relevance | path

Searched defs:newInstance (Results 1 – 25 of 59) 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
DWifiP2pDnsSdServiceResponse.java295 static WifiP2pDnsSdServiceResponse newInstance(int status, in newInstance() method in WifiP2pDnsSdServiceResponse
/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.java114 public static IconDrawableFactory newInstance(Context context) { in newInstance() method in IconDrawableFactory
118 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/services/backup/java/com/android/server/backup/encryption/storage/
DBackupEncryptionDb.java31 public static BackupEncryptionDb newInstance(Context context) { in newInstance() method in BackupEncryptionDb
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstallerActivity.java593 static SimpleErrorDialog newInstance(@StringRes int message) { in newInstance() method in PackageInstallerActivity.SimpleErrorDialog
616 static AnonymousSourceDialog newInstance() { in newInstance() method in PackageInstallerActivity.AnonymousSourceDialog
646 static SimpleErrorDialog newInstance() { in newInstance() method in NotSupportedOnWearDialog
661 static AppErrorDialog newInstance(@NonNull CharSequence applicationLabel) { in newInstance() method in OutOfSpaceDialog
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java57 public static CodedInputStream newInstance(final InputStream input) { in newInstance() method in CodedInputStream
64 static CodedInputStream newInstance(final InputStream input, int bufferSize) { in newInstance() method in CodedInputStream
71 public static CodedInputStream newInstance(final byte[] buf) { in newInstance() method in CodedInputStream
78 public static CodedInputStream newInstance(final byte[] buf, final int off, in newInstance() method in CodedInputStream
86 static CodedInputStream newInstance( in newInstance() method in CodedInputStream
119 public static CodedInputStream newInstance(ByteBuffer buf) { in newInstance() method in CodedInputStream
/frameworks/opt/chips/src/com/android/ex/chips/
DCopyDialog.java23 public static CopyDialog newInstance(String text) { in newInstance() method in CopyDialog
/frameworks/base/services/robotests/backup/src/com/android/server/backup/encryption/keys/
DTertiaryKeyRotationTrackerTest.java134 private static TertiaryKeyRotationTracker newInstance() { in newInstance() method in TertiaryKeyRotationTrackerTest
/frameworks/base/services/backup/java/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/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.java63 static @NonNull RecoverySession newInstance(RecoveryController recoveryController) { in newInstance() method in RecoverySession
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyGenerator.java59 public static RecoverableKeyGenerator newInstance(RecoverableKeyStoreDb database) in newInstance() method in RecoverableKeyGenerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java51 public static CodedInputByteBufferNano newInstance(final byte[] buf) { in newInstance() method in CodedInputByteBufferNano
58 public static CodedInputByteBufferNano newInstance(final byte[] buf, final int off, in newInstance() method in CodedInputByteBufferNano
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverySnapshotStorage.java68 public static RecoverySnapshotStorage newInstance() { in newInstance() method in RecoverySnapshotStorage

123