/platform_testing/libraries/system-helpers/package-helper/src/android/system/helpers/ |
D | PackageHelper.java | 38 mPackageManager = instrumentation.getTargetContext().getPackageManager(); in PackageHelper()
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | HotseatHelper.java | 42 mContext = InstrumentationRegistry.getTargetContext(); in HotseatHelper()
|
D | OverviewHelper.java | 104 if (pkg.packageName.equals(mInstrumentation.getTargetContext().getPackageName())) { in populateManyRecentApps() 114 mInstrumentation.getTargetContext().startActivity(intent); in populateManyRecentApps() 238 final PackageManager pm = InstrumentationRegistry.getInstrumentation().getTargetContext() in isRecentsInLauncher()
|
D | NotificationHelper.java | 50 mContext = InstrumentationRegistry.getTargetContext(); in NotificationHelper()
|
D | LockscreenHelper.java | 71 mContext = InstrumentationRegistry.getTargetContext(); in LockscreenHelper()
|
/platform_testing/libraries/system-helpers/user-helper/src/android/system/helpers/ |
D | UserHelper.java | 42 mContext = InstrumentationRegistry.getTargetContext(); in UserHelper()
|
/platform_testing/libraries/system-helpers/device-helper/src/android/system/helpers/ |
D | DeviceHelper.java | 44 mContext = InstrumentationRegistry.getTargetContext(); in DeviceHelper()
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | FailureWatcher.java | 52 getInstrumentation().getTargetContext().getFilesDir(), in diagFile()
|
/platform_testing/libraries/system-helpers/account-helper/src/android/system/helpers/ |
D | AccountHelper.java | 44 mContext = InstrumentationRegistry.getTargetContext(); in AccountHelper()
|
/platform_testing/libraries/telephony-utility/src/android/telephony/utility/ |
D | SimCardUtil.java | 80 Context context = InstrumentationRegistry.getTargetContext(); in getSimCardInformation()
|
/platform_testing/tests/perf/BootHelperApp/src/com/android/boothelper/ |
D | BootHelperTest.java | 60 Activity activity = launchActivity(getInstrumentation().getTargetContext() in setupLockScreenPin()
|
/platform_testing/libraries/car-helpers/multiuser-helper/src/android/platform/helpers/ |
D | MultiUserHelper.java | 50 Context context = InstrumentationRegistry.getTargetContext(); in MultiUserHelper()
|
/platform_testing/libraries/system-helpers/connectivity-helper/src/android/system/helpers/ |
D | ConnectivityHelper.java | 51 mContext = InstrumentationRegistry.getTargetContext(); in ConnectivityHelper()
|
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/ |
D | AccessibilityHelper.java | 60 mContext = mInstrumentation.getTargetContext(); in AccessibilityHelper()
|
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/ |
D | StatsdHelper.java | 289 InstrumentationRegistry.getTargetContext().getPackageManager().getNameForUid(uid); in getPackageName() 301 mStatsManager = (StatsManager) InstrumentationRegistry.getTargetContext(). in getStatsManager()
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | AuptTestRunner.java | 287 public Context getTargetContext() { in getTargetContext() method in AuptTestRunner 288 return new ContextWrapper(super.getTargetContext()) { in getTargetContext() 620 Context ctx = getTargetContext();
|
D | DexTestRunner.java | 343 File optDir = new File(mInstrumentation.getTargetContext().getCacheDir(), DEX_OPT_PATH); in makeLoader()
|
/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/ |
D | ActivityHelper.java | 55 mContext = InstrumentationRegistry.getTargetContext(); in ActivityHelper()
|
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | LauncherJankTests.java | 235 instrumentation.getTargetContext().startActivity(intent); in startAppFast()
|
D | SystemUiJankTests.java | 295 Context context = getInstrumentation().getTargetContext(); in postInlineReplyNotification() 306 Builder builder = new Builder(getInstrumentation().getTargetContext()) in postInlineReplyNotification()
|
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/ |
D | AppLaunchTests.java | 93 mContext = getInstrumentation().getTargetContext(); in setUp()
|
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/ |
D | PermissionHelper.java | 80 mContext = mInstrumentation.getTargetContext(); in PermissionHelper()
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/ |
D | StatsdListener.java | 326 InstrumentationRegistry.getTargetContext() in getStatsManager()
|
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/ |
D | AppTransitionTests.java | 115 mHasLeanback = hasLeanback(getInstrumentation().getTargetContext()); in setUp()
|
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/ |
D | SettingsHelper.java | 86 mContext = InstrumentationRegistry.getTargetContext(); in SettingsHelper()
|