Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java90 private static final String ACTIVITY_ACTION_NAME = "android.intent.action.PMTEST"; field in PackageManagerTest
120 Intent activityIntent = new Intent(ACTIVITY_ACTION_NAME); in testQuery()
379 IntentFilter intentFilter = new IntentFilter(ACTIVITY_ACTION_NAME); in testAddPreferredActivity()
533 Intent intent = new Intent(ACTIVITY_ACTION_NAME); in testResolveMethods()