Searched refs:PREN_DB (Results 1 – 2 of 2) sorted by relevance
67 private static final String PREN_DB = "pren.db"; field in AccountsDbTest82 preNDb = new File(context.getCacheDir(), PREN_DB); in setUp()
124 private static final String PREN_DB = "pren.db"; field in AccountManagerServiceTest3345 return new File(mRealContext.getCacheDir(), PREN_DB).getPath(); in getPreNDatabaseName()