Searched refs:ACTIVITY_ACTION_NAME (Results 1 – 2 of 2) sorted by relevance
39 private static final String ACTIVITY_ACTION_NAME = "android.intent.action.PMTEST"; field in PreferredActivityDeviceTests50 final IntentFilter intentFilter = new IntentFilter(ACTIVITY_ACTION_NAME); in testAddOnePreferredActivity()
222 private static final String ACTIVITY_ACTION_NAME = "android.intent.action.PMTEST"; field in PackageManagerTest384 Intent activityIntent = new Intent(ACTIVITY_ACTION_NAME); in testQuery()443 final Intent intent = new Intent(ACTIVITY_ACTION_NAME); in testStoppedPackagesQuery()704 IntentFilter intentFilter = new IntentFilter(ACTIVITY_ACTION_NAME); in testAddPreferredActivity()856 Intent intent = new Intent(ACTIVITY_ACTION_NAME); in testResolveMethods()3600 final Intent intent = new Intent(ACTIVITY_ACTION_NAME); in testQas()