Searched refs:CALLBACK_EVENT_PACKAGE_ADDED (Results 1 – 3 of 3) sorted by relevance
29 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()
351 public static final int CALLBACK_EVENT_PACKAGE_ADDED = 0; field in Constants
41 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGE_ADDED;588 onPackageStateUpdated(new String[]{packageName}, CALLBACK_EVENT_PACKAGE_ADDED); in awaitLauncherAppsCallback()