Home
last modified time | relevance | path

Searched refs:CALLBACK_EVENT_PACKAGES_UNAVAILABLE (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java223 public static final int CALLBACK_EVENT_PACKAGES_UNAVAILABLE = 4; field in Constants
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java37 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGES_UNAVAILABLE;
373 onPackageStateUpdated(packageNames, CALLBACK_EVENT_PACKAGES_UNAVAILABLE); in awaitLauncherAppsCallback()