Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java218 public static final int CALLBACK_EVENT_INVALID = -1; field in Constants
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java49 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_INVALID;
792 assertThat(response.getInt(EXTRA_FLAGS), equalTo(CALLBACK_EVENT_INVALID)); in launcherAppsCallback_added_notVisibleNotReceives()
819 assertThat(response.getInt(EXTRA_FLAGS), equalTo(CALLBACK_EVENT_INVALID)); in launcherAppsCallback_removed_notVisibleNotReceives()
845 assertThat(response.getInt(EXTRA_FLAGS), equalTo(CALLBACK_EVENT_INVALID)); in launcherAppsCallback_changed_notVisibleNotReceives()
872 assertThat(response.getInt(EXTRA_FLAGS), equalTo(CALLBACK_EVENT_INVALID)); in launcherAppsCallback_suspended_notVisibleNotReceives()
907 assertThat(response.getInt(EXTRA_FLAGS), equalTo(CALLBACK_EVENT_INVALID)); in launcherAppsCallback_unsuspended_notVisibleNotReceives()
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java34 import static android.appenumeration.cts.Constants.CALLBACK_EVENT_INVALID;
237 .getInt(EXTRA_FLAGS, CALLBACK_EVENT_INVALID); in handleIntent()
393 result.putInt(EXTRA_FLAGS, CALLBACK_EVENT_INVALID); in awaitLauncherAppsCallback()