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