Searched refs:ACTION_ALL_APPS (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntent.java1383 public static final String ACTION_ALL_APPS = "android.intent.action.ALL_APPS"; field in class:Intent
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1094 .setIntent(new Intent(Intent.ACTION_ALL_APPS))
1138 assertEquals(Intent.ACTION_ALL_APPS, s.getIntent().getAction());
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1943 Intent intent = new Intent(Intent.ACTION_ALL_APPS);

Completed in 810 milliseconds