Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DLauncherAppsEnumerationTests.java29 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGE_ADDED;
100 CALLBACK_EVENT_PACKAGE_ADDED, new String[]{TARGET_STUB}); in callback_added_notVisibleNotReceives()
113 CALLBACK_EVENT_PACKAGE_ADDED, new String[]{TARGET_STUB}); in callback_added_visibleReceives()
118 assertThat(response.getInt(EXTRA_FLAGS), equalTo(CALLBACK_EVENT_PACKAGE_ADDED)); in callback_added_visibleReceives()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java351 public static final int CALLBACK_EVENT_PACKAGE_ADDED = 0; field in Constants
DTestActivity.java41 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGE_ADDED;
588 onPackageStateUpdated(new String[]{packageName}, CALLBACK_EVENT_PACKAGE_ADDED); in awaitLauncherAppsCallback()