Searched refs:ACTION_ALL_APPS (Results 1 – 6 of 6) sorted by relevance
597 Assert.assertEquals(Intent.ACTION_ALL_APPS, intentCaptor.getValue().getAction()); in assertOpenAllAppView()
1397 Intent intent = new Intent(Intent.ACTION_ALL_APPS); in stemPrimarySinglePressAction()1752 Intent intent = new Intent(Intent.ACTION_ALL_APPS); in launchAllAppsAction()
1325 .setIntent(new Intent(Intent.ACTION_ALL_APPS)) in testUpdateShortcuts()1369 assertEquals(Intent.ACTION_ALL_APPS, s.getIntent().getAction()); in testUpdateShortcuts()
1472 public static final String ACTION_ALL_APPS = "android.intent.action.ALL_APPS"; field in Intent
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
10798 field public static final String ACTION_ALL_APPS = "android.intent.action.ALL_APPS";