Home
last modified time | relevance | path

Searched refs:ctx (Results 1 – 7 of 7) sorted by relevance

/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
DAppSmokeTest.java165 Context ctx = instr.getTargetContext(); in generateAppsList() local
178 LauncherApps la = (LauncherApps)ctx.getSystemService(Context.LAUNCHER_APPS_SERVICE); in generateAppsList()
179 UserManager um = (UserManager)ctx.getSystemService(Context.USER_SERVICE); in generateAppsList()
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DSettingsHelper.java36 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument
39 ctx.startActivity(intent); in launchSettingsPage()
DSoundSettingsTest.java92 Context ctx = getInstrumentation().getContext(); in testDndPriorityAllows() local
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUILockScreenTests.java191 private void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument
194 ctx.startActivity(intent); in launchSettingsPage()
/platform_testing/libraries/settings-app-helper/src/android/platform/test/helpers/
DSettingsHelperImpl.java103 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument
106 ctx.startActivity(intent); in launchSettingsPage()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java344 Context ctx = getTargetContext(); in runTest()
346 ctx.startService(new Intent(ctx, BadService.class)); in runTest()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java87 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument
90 ctx.startActivity(intent); in launchSettingsPage()