Home
last modified time | relevance | path

Searched refs:realContext (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DMockSystemServices.java154 public MockSystemServices(Context realContext, String name, in MockSystemServices() argument
156 dataDir = new File(realContext.getCacheDir(), name); in MockSystemServices()
202 roleManager = realContext.getSystemService(RoleManager.class); in MockSystemServices()
206 packageManager = spy(realContext.getPackageManager()); in MockSystemServices()
211 addTestPackageUid(realContext.getPackageName(), Binder.getCallingUid()); in MockSystemServices()
219 contentResolver.addProvider("telephony", new MockContentProvider(realContext) { in MockSystemServices()
/frameworks/base/services/tests/media/mediarouterservicetest/src/com/android/server/media/
DAudioManagerRouteControllerTest.java115 Context realContext = mInstrumentation.getContext(); in setUp() local
121 when(mockContext.getApplicationInfo()).thenReturn(realContext.getApplicationInfo()); in setUp()
130 realContext.getSystemService(BluetoothManager.class).getAdapter(); in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java232 Context realContext = TestApplication.getAppContext(); in registerTestIntentReceiver() local
233 realContext.registerReceiver(mTestReceiver, new IntentFilter(TEST_INTENT), in registerTestIntentReceiver()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationControllerTest.java153 Context realContext = InstrumentationRegistry.getContext(); in setUp() local
154 Looper looper = realContext.getMainLooper(); in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java3708 public TestAccountAuthenticatorCache(Context realContext) { in TestAccountAuthenticatorCache() argument
3709 super(realContext); in TestAccountAuthenticatorCache()
3721 TestInjector(Context realContext, in TestInjector() argument
3725 mRealContext = realContext; in TestInjector()