Searched defs:intentAction (Results 1 – 7 of 7) sorted by relevance
93 String intentAction = "android.intent.action.VIEW"; in testActionViewRedirectionInBothProfiles() local117 String intentAction = "android.intent.action.VIEW"; in testActionViewRedirectionInBothProfilesFlagOff() local146 String intentAction = "android.intent.action.SEND"; in testActionSendRedirectionInBothProfiles() local169 String intentAction = "android.intent.action.SENDTO"; in testActionSendToRedirectionInBothProfiles() local193 String intentAction = "android.intent.action.SEND_MULTIPLE"; in testActionSendMultipleRedirectionInBothProfiles() local216 String intentAction = "android.media.action.IMAGE_CAPTURE"; in testActionImageCaptureRedirectionOnlyInOwnerProfile() local239 String intentAction = "android.media.action.VIDEO_CAPTURE"; in testActionVideoCaptureRedirectionOnlyInOwnerProfile() local263 String intentAction = "android.intent.action.VIEW"; in testActionViewRedirectionOnlyInOwnerProfile() local288 String intentAction = "android.intent.action.VIEW"; in testActionViewRedirectionOnlyInCloneProfile() local313 String intentAction = "android.intent.action.VIEW"; in testActionViewQueryWithoutMatchCloneProfileFlag() local[all …]
71 String intentAction = getTestArgumentValueForGivenKey("intent_action"); in testIntentResolutionForUser() local133 private Intent buildIntentForTest(String intentAction) { in buildIntentForTest()
136 private SharedConnectivitySettingsState.Builder buildSettingsStateBuilder(String intentAction) { in buildSettingsStateBuilder()146 private PendingIntent buildPendingIntent(String intentAction) { in buildPendingIntent()
380 private static boolean hasSettingsActivity(Context context, String intentAction) { in hasSettingsActivity()408 final String intentAction; field in UserRestrictions.UserRestrictionItem409 public UserRestrictionItem(int label, int userAction, String intentAction) { in UserRestrictionItem()
47 String intentAction = UUID.randomUUID().toString(); in register() local
1425 String intentAction, ThrowingBiFunction<String, Intent, String[]> commandMethod) in assertNotQueryable() argument1438 String intentAction, ThrowingBiFunction<String, Intent, String[]> commandMethod) in assertQueryable() argument
2169 final String intentAction = "android.autofillservice.cts.CUSTOM_ACTION"; in negativeSaveButtonStyle() local