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