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()
3282 private Context mRealContext; field in AccountManagerServiceTest.TestInjector3288 mRealContext = realContext; in TestInjector()3303 return new TestAccountAuthenticatorCache(mRealContext); in getAccountAuthenticatorCache()3308 return new File(mRealContext.getCacheDir(), CE_DB).getPath(); in getCeDatabaseName()3313 return new File(mRealContext.getCacheDir(), DE_DB).getPath(); in getDeDatabaseName()3318 return new File(mRealContext.getCacheDir(), PREN_DB).getPath(); in getPreNDatabaseName()