Searched refs:ctx (Results 1 – 7 of 7) sorted by relevance
165 Context ctx = instr.getTargetContext(); in generateAppsList() local178 LauncherApps la = (LauncherApps)ctx.getSystemService(Context.LAUNCHER_APPS_SERVICE); in generateAppsList()179 UserManager um = (UserManager)ctx.getSystemService(Context.USER_SERVICE); in generateAppsList()
36 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument39 ctx.startActivity(intent); in launchSettingsPage()
92 Context ctx = getInstrumentation().getContext(); in testDndPriorityAllows() local
191 private void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument194 ctx.startActivity(intent); in launchSettingsPage()
103 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument106 ctx.startActivity(intent); in launchSettingsPage()
344 Context ctx = getTargetContext(); in runTest()346 ctx.startService(new Intent(ctx, BadService.class)); in runTest()
87 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument90 ctx.startActivity(intent); in launchSettingsPage()