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()
123 private static final String ACTIVITY_ACTION_NAME = "android.intent.action.PMTEST"; field in PackageManagerTest187 Intent activityIntent = new Intent(ACTIVITY_ACTION_NAME); in testQuery()454 IntentFilter intentFilter = new IntentFilter(ACTIVITY_ACTION_NAME); in testAddPreferredActivity()616 Intent intent = new Intent(ACTIVITY_ACTION_NAME); in testResolveMethods()