Home
last modified time | relevance | path

Searched defs:databasePath (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/BluetoothLegacyMigration/
DBluetoothLegacyMigration.kt185 val databasePath = ctx.getDatabasePath(dbName) in toCursor() constant
203 val databasePath = ctx.getDatabasePath(dbName) in delete() constant
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/backuprestore/
DBackupRestore.java623 File databasePath = TransactionManager.getInitialisedInstance().getDatabasePath(); in getBackupFilesByFileNames() local