Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java213 public static final String ACTION_GET_PACKAGES_FOR_UID = field in Constants
DTestActivity.java23 import static android.appenumeration.cts.Constants.ACTION_GET_PACKAGES_FOR_UID;
169 } else if (ACTION_GET_PACKAGES_FOR_UID.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java34 import static android.appenumeration.cts.Constants.ACTION_GET_PACKAGES_FOR_UID;
1500 /* intentExtra */ null, ACTION_GET_PACKAGES_FOR_UID); in getPackagesForUid()