Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java183 public static final String ACTION_GET_INSTALLED_PACKAGES = field in Constants
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java20 import static android.appenumeration.cts.Constants.ACTION_GET_INSTALLED_PACKAGES;
189 } else if (ACTION_GET_INSTALLED_PACKAGES.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java25 import static android.appenumeration.cts.Constants.ACTION_GET_INSTALLED_PACKAGES;
1308 new Intent().putExtra(EXTRA_FLAGS, flags), ACTION_GET_INSTALLED_PACKAGES); in getInstalledPackages()