Home
last modified time | relevance | path

Searched refs:dbFile (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java126 public String dbFile; field in InvariantDeviceProfile
155 dbFile = p.dbFile; in InvariantDeviceProfile()
248 dbFile = closestProfile.dbFile; in initGrid()
583 private final String dbFile; field in InvariantDeviceProfile.GridOption
598 dbFile = a.getString(R.styleable.GridDisplayOption_dbFile); in GridOption()
DLauncherProvider.java164 private synchronized boolean prepForMigration(String dbFile, String targetTableName, in prepForMigration() argument
166 if (TextUtils.equals(dbFile, mOpenHelper.getDatabaseName())) { in prepForMigration()
433 InvariantDeviceProfile.INSTANCE.get(getContext()).dbFile, in call()
627 context).dbFile : LauncherFiles.LAUNCHER_DB; in createDatabaseHelper()
/packages/apps/Messaging/src/com/android/messaging/sms/
DApnDatabase.java167 final File dbFile = sContext.getDatabasePath(APN_DATABASE_NAME); in doesDatabaseExist() local
168 return dbFile.exists(); in doesDatabaseExist()
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreService.java477 final File dbFile = new File(mDb.getPath()); in getDbSize() local
479 return dbFile.length(); in getDbSize()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationTaskV2.java156 LauncherSettings.Settings.METHOD_PREP_FOR_PREVIEW, idp.dbFile).getBoolean( in migrateGridIfNeeded()