Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java225 public static final int CALLBACK_EVENT_PACKAGES_UNSUSPENDED = 6; field in Constants
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java51 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGES_UNSUSPENDED;
902 CALLBACK_EVENT_PACKAGES_UNSUSPENDED); in launcherAppsCallback_unsuspended_notVisibleNotReceives()
914 CALLBACK_EVENT_PACKAGES_UNSUSPENDED); in launcherAppsCallback_unsuspended_visibleReceives()
919 assertThat(response.getInt(EXTRA_FLAGS), equalTo(CALLBACK_EVENT_PACKAGES_UNSUSPENDED)); in launcherAppsCallback_unsuspended_visibleReceives()
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java38 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGES_UNSUSPENDED;
384 onPackageStateUpdated(packageNames, CALLBACK_EVENT_PACKAGES_UNSUSPENDED); in awaitLauncherAppsCallback()