Searched refs:CALLBACK_EVENT_PACKAGE_CHANGED (Results 1 – 3 of 3) sorted by relevance
30 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGE_CHANGED;155 CALLBACK_EVENT_PACKAGE_CHANGED, new String[]{TARGET_FILTERS}); in callback_changed_notVisibleNotReceives()167 CALLBACK_EVENT_PACKAGE_CHANGED, new String[]{TARGET_FILTERS}); in callback_changed_visibleReceives()172 assertThat(response.getInt(EXTRA_FLAGS), equalTo(CALLBACK_EVENT_PACKAGE_CHANGED)); in callback_changed_visibleReceives()
353 public static final int CALLBACK_EVENT_PACKAGE_CHANGED = 2; field in Constants
42 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_PACKAGE_CHANGED;593 onPackageStateUpdated(new String[]{packageName}, CALLBACK_EVENT_PACKAGE_CHANGED); in awaitLauncherAppsCallback()