Home
last modified time | relevance | path

Searched defs:database (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMapper.java51 Mapper(MtpDatabase database) { in Mapper()
62 final SQLiteDatabase database = mDatabase.getSQLiteDatabase(); in putDeviceDocument() local
95 final SQLiteDatabase database = mDatabase.getSQLiteDatabase(); in putStorageDocuments() local
163 final SQLiteDatabase database = mDatabase.getSQLiteDatabase(); in clearMapping() local
200 final SQLiteDatabase database = mDatabase.getSQLiteDatabase(); in startAddingDocuments() local
245 final SQLiteDatabase database = mDatabase.getSQLiteDatabase(); in putDocuments() local
329 final SQLiteDatabase database = mDatabase.getSQLiteDatabase(); in stopAddingDocuments() local
380 final SQLiteDatabase database = mDatabase.getSQLiteDatabase(); in cancelAddingDocuments() local
434 final SQLiteDatabase database = mDatabase.getSQLiteDatabase(); in queryCandidate() local
DPipeManager.java36 PipeManager(MtpDatabase database) { in PipeManager()
40 PipeManager(MtpDatabase database, ExecutorService executor) { in PipeManager()
DRootScanner.java64 MtpDatabase database) { in RootScanner()
DDocumentLoader.java58 MtpDatabase database) { in DocumentLoader()
255 LoaderTask(MtpManager manager, MtpDatabase database, int[] operationsSupported, in LoaderTask()
DMtpFileWriter.java64 void flush(MtpManager manager, MtpDatabase database, int[] operationsSupported) in flush()
DMtpDocumentsProvider.java151 MtpDatabase database, in onCreateForTesting()
753 MtpDatabase database, in DeviceToolkit()
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DTestUtil.java69 static void addTestDevice(MtpDatabase database) throws FileNotFoundException { in addTestDevice()
77 static void addTestStorage(MtpDatabase database, String parentId) throws FileNotFoundException { in addTestStorage()
/frameworks/base/media/java/android/mtp/
DMtpServer.java50 MtpDatabase database, in MtpServer()
153 MtpDatabase database, in native_setup()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManager.java101 public static PlatformKeyManager getInstance(Context context, RecoverableKeyStoreDb database) in getInstance()
113 RecoverableKeyStoreDb database) { in PlatformKeyManager()
DRecoverableKeyGenerator.java59 public static RecoverableKeyGenerator newInstance(RecoverableKeyStoreDb database) in newInstance()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManagerTest.java607 RecoverableKeyStoreDb database, in PlatformKeyManagerTestable()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp89 IMtpDatabase* getMtpDatabase(JNIEnv *env, jobject database) { in getMtpDatabase()
1264 MtpDatabase* database = new MtpDatabase(env, thiz); in android_mtp_MtpDatabase_setup() local
1272 MtpDatabase* database = (MtpDatabase *)env->GetLongField(thiz, field_context); in android_mtp_MtpDatabase_finalize() local
/frameworks/av/media/mtp/
DMtpServer.cpp107 MtpServer::MtpServer(IMtpDatabase* database, int controlFd, bool ptp, in MtpServer()
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto253 optional Database database = 36; field