Searched refs:mRealContext (Results 1 – 2 of 2) sorted by relevance
230 protected Context mRealContext; field in SearchablesTest.MyMockContext239 mRealContext = realContext; in MyMockContext()248 return mRealContext.getResources(); in getResources()265 return mRealContext.createPackageContext(packageName, flags); in createPackageContext()273 mRealContext.sendBroadcast(intent); in sendBroadcast()
3305 private Context mRealContext; field in AccountManagerServiceTest.TestInjector3311 mRealContext = realContext; in TestInjector()3326 return new TestAccountAuthenticatorCache(mRealContext); in getAccountAuthenticatorCache()3331 return new File(mRealContext.getCacheDir(), CE_DB).getPath(); in getCeDatabaseName()3336 return new File(mRealContext.getCacheDir(), DE_DB).getPath(); in getDeDatabaseName()3341 return new File(mRealContext.getCacheDir(), PREN_DB).getPath(); in getPreNDatabaseName()