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