Searched refs:dbFile (Results 1 – 7 of 7) sorted by relevance
158 String dbFile; in onWellbeingUriChanged() local160 dbFile = DB_NAME_MINIMAL_DEVICE; in onWellbeingUriChanged()164 dbFile = InvariantDeviceProfile.INSTANCE.get(mContext).dbFile; in onWellbeingUriChanged()168 dbFile, extras); in onWellbeingUriChanged() local
139 public String dbFile; field in InvariantDeviceProfile177 dbFile = p.dbFile; in InvariantDeviceProfile()283 dbFile = closestProfile.dbFile; in initGrid()606 private final String dbFile; field in InvariantDeviceProfile.GridOption623 dbFile = a.getString(R.styleable.GridDisplayOption_dbFile); in GridOption()
168 private synchronized boolean prepForMigration(String dbFile, String targetTableName, in prepForMigration() argument170 if (TextUtils.equals(dbFile, mOpenHelper.getDatabaseName())) { in prepForMigration()441 InvariantDeviceProfile.INSTANCE.get(getContext()).dbFile, in call()659 context).dbFile : LauncherFiles.LAUNCHER_DB; in createDatabaseHelper()
167 final File dbFile = sContext.getDatabasePath(APN_DATABASE_NAME); in doesDatabaseExist() local168 return dbFile.exists(); in doesDatabaseExist()
477 final File dbFile = new File(mDb.getPath()); in getDbSize() local479 return dbFile.length(); in getDbSize()
157 LauncherSettings.Settings.METHOD_PREP_FOR_PREVIEW, idp.dbFile).getBoolean( in migrateGridIfNeeded()
204 if (mApp.getInvariantDeviceProfile().dbFile.equals(mDbName)) { in run()