Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java220 public static final int CALLBACK_EVENT_PACKAGE_REMOVED = 1; field in Constants
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java54 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGE_REMOVED;
814 CALLBACK_EVENT_PACKAGE_REMOVED); in launcherAppsCallback_removed_notVisibleNotReceives()
827 CALLBACK_EVENT_PACKAGE_REMOVED); in launcherAppsCallback_removed_visibleReceives()
832 assertThat(response.getInt(EXTRA_FLAGS), equalTo(CALLBACK_EVENT_PACKAGE_REMOVED)); in launcherAppsCallback_removed_visibleReceives()
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java41 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGE_REMOVED;
351 onPackageStateUpdated(new String[]{packageName}, CALLBACK_EVENT_PACKAGE_REMOVED); in awaitLauncherAppsCallback()