Home
last modified time | relevance | path

Searched refs:ACTION_ALL_APPS (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DTestPhoneWindowManager.java597 Assert.assertEquals(Intent.ACTION_ALL_APPS, intentCaptor.getValue().getAction()); in assertOpenAllAppView()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1397 Intent intent = new Intent(Intent.ACTION_ALL_APPS); in stemPrimarySinglePressAction()
1752 Intent intent = new Intent(Intent.ACTION_ALL_APPS); in launchAllAppsAction()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1325 .setIntent(new Intent(Intent.ACTION_ALL_APPS)) in testUpdateShortcuts()
1369 assertEquals(Intent.ACTION_ALL_APPS, s.getIntent().getAction()); in testUpdateShortcuts()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java1472 public static final String ACTION_ALL_APPS = "android.intent.action.ALL_APPS"; field in Intent
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10798 field public static final String ACTION_ALL_APPS = "android.intent.action.ALL_APPS";