Home
last modified time | relevance | path

Searched refs:ACTION_AWAIT_LAUNCHER_APPS_CALLBACK (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java272 public static final String ACTION_AWAIT_LAUNCHER_APPS_CALLBACK = field in Constants
DTestActivity.java326 } else if (Constants.ACTION_AWAIT_LAUNCHER_APPS_CALLBACK.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DLauncherAppsEnumerationTests.java19 import static android.appenumeration.cts.Constants.ACTION_AWAIT_LAUNCHER_APPS_CALLBACK;
524 INVALID_UID /* targetUid */, extra, ACTION_AWAIT_LAUNCHER_APPS_CALLBACK, in sendCommandAndWaitForLauncherAppsCallback()