Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java162 public static final String ACTION_GET_NAME_FOR_UID = field in Constants
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java22 import static android.appenumeration.cts.Constants.ACTION_GET_NAME_FOR_UID;
139 } else if (ACTION_GET_NAME_FOR_UID.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java27 import static android.appenumeration.cts.Constants.ACTION_GET_NAME_FOR_UID;
1226 /* intentExtra */ null, ACTION_GET_NAME_FOR_UID); in getNameForUid()