Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java354 public static final int CALLBACK_EVENT_PACKAGES_AVAILABLE = 3; field in Constants
DTestActivity.java37 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGES_AVAILABLE;
599 onPackageStateUpdated(packageNames, CALLBACK_EVENT_PACKAGES_AVAILABLE); in awaitLauncherAppsCallback()