Searched defs:getTestContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/test-base/src/android/test/
H A DAndroidTestCase.java83 public Context getTestContext() { method in class:AndroidTestCase
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java152 return getTestContext().getSystemServiceName(serviceClass);
162 return getTestContext().getResources();
790 mInjectedFilePathRoot = new File(getTestContext().getCacheDir(), "test-files");
958 protected Context getTestContext() { method in class:BaseShortcutManagerTest
1225 return getTestContext().getResources().getXml(resId);
2120 getTestContext().getResources().getAssets().open(assetPath)))) {
2197 mService.mPackageMonitor.onReceive(getTestContext(),

Completed in 74 milliseconds