Searched refs:CE_DB (Results 1 – 2 of 2) sorted by relevance
58 private static final String CE_DB = "ce.db"; field in AccountsDbTest69 ceDb = new File(context.getCacheDir(), CE_DB); in setUp()
127 private static final String CE_DB = "ce.db"; field in AccountManagerServiceTest3308 return new File(mRealContext.getCacheDir(), CE_DB).getPath(); in getCeDatabaseName()