Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java179 public static final String ACTION_QUERY_SERVICES = field in Constants
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java29 import static android.appenumeration.cts.Constants.ACTION_QUERY_SERVICES;
175 } else if (ACTION_QUERY_SERVICES.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java43 import static android.appenumeration.cts.Constants.ACTION_QUERY_SERVICES;
1295 ACTION_QUERY_SERVICES); in queryIntentServices()