Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java229 public static final String ACTION_AWAIT_PACKAGE_FULLY_REMOVED = field in Constants
DTestActivity.java244 } else if (Constants.ACTION_AWAIT_PACKAGE_FULLY_REMOVED.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java914 Constants.ACTION_AWAIT_PACKAGE_FULLY_REMOVED, /* waitForReady */ true); in uninstallTarget_broadcastFullyRemoved_notVisibleDoesNotReceive()
929 Constants.ACTION_AWAIT_PACKAGE_FULLY_REMOVED, /* waitForReady */ true); in uninstallTarget_broadcastFullyRemoved_visibleReceives()