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.java200 public static final String ACTION_AWAIT_LAUNCHER_APPS_CALLBACK = field in Constants
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java20 import static android.appenumeration.cts.Constants.ACTION_AWAIT_LAUNCHER_APPS_CALLBACK;
1503 /* targetUid */ INVALID_UID, extra, ACTION_AWAIT_LAUNCHER_APPS_CALLBACK,
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java235 } else if (Constants.ACTION_AWAIT_LAUNCHER_APPS_CALLBACK.equals(action)) { in handleIntent()