Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java227 public static final String ACTION_AWAIT_PACKAGE_ADDED = field in Constants
DTestActivity.java240 } else if (Constants.ACTION_AWAIT_PACKAGE_ADDED.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java824 Constants.ACTION_AWAIT_PACKAGE_ADDED, /* waitForReady */ true); in broadcastAdded_notVisibleDoesNotReceive()
838 Constants.ACTION_AWAIT_PACKAGE_ADDED, /* waitForReady */ true); in broadcastAdded_visibleReceives()