Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DLauncherAppsEnumerationTests.java31 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGE_REMOVED;
128 CALLBACK_EVENT_PACKAGE_REMOVED, new String[]{TARGET_STUB}); in callback_removed_notVisibleNotReceives()
141 CALLBACK_EVENT_PACKAGE_REMOVED, new String[]{TARGET_STUB}); in callback_removed_visibleReceives()
146 assertThat(response.getInt(EXTRA_FLAGS), equalTo(CALLBACK_EVENT_PACKAGE_REMOVED)); in callback_removed_visibleReceives()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java352 public static final int CALLBACK_EVENT_PACKAGE_REMOVED = 1; field in Constants
DTestActivity.java43 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGE_REMOVED;
583 onPackageStateUpdated(new String[]{packageName}, CALLBACK_EVENT_PACKAGE_REMOVED); in awaitLauncherAppsCallback()