Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java164 public static final String ACTION_GET_NAMES_FOR_UIDS = field in Constants
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java21 import static android.appenumeration.cts.Constants.ACTION_GET_NAMES_FOR_UIDS;
142 } else if (ACTION_GET_NAMES_FOR_UIDS.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java26 import static android.appenumeration.cts.Constants.ACTION_GET_NAMES_FOR_UIDS;
1232 /* intentExtra */ null, ACTION_GET_NAMES_FOR_UIDS); in getNamesForUids()