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