Searched refs:intentAction (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | UserRestrictions.java | 272 item.intentAction); in getUserRestrictionTestIntent() 380 private static boolean hasSettingsActivity(Context context, String intentAction) { in hasSettingsActivity() argument 383 new Intent(intentAction), in hasSettingsActivity() 408 final String intentAction; field in UserRestrictions.UserRestrictionItem 409 public UserRestrictionItem(int label, int userAction, String intentAction) { in UserRestrictionItem() argument 412 this.intentAction = intentAction; in UserRestrictionItem()
|
/cts/tests/tests/permission3/src/android/permission3/cts/ |
D | PermissionHistoryTest.kt | 132 private fun openMicrophoneApp(intentAction: String) { in openMicrophoneApp() 133 context.startActivity(Intent(intentAction).apply { in openMicrophoneApp()
|
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/ |
D | AppEnumerationTests.java | 1131 String intentAction, ThrowingBiFunction<String, Intent, String[]> commandMethod) in assertNotQueryable() argument 1134 Intent intent = new Intent(intentAction); in assertNotQueryable() 1139 " via " + intentAction); in assertNotQueryable() 1145 String intentAction, ThrowingBiFunction<String, Intent, String[]> commandMethod) in assertQueryable() argument 1148 Intent intent = new Intent(intentAction); in assertQueryable() 1156 + intentAction); in assertQueryable()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
D | LoginActivityTest.java | 1976 final String intentAction = "android.autofillservice.cts.CUSTOM_ACTION"; in negativeSaveButtonStyle() local 1980 new Intent(intentAction), PendingIntent.FLAG_IMMUTABLE).getIntentSender(); in negativeSaveButtonStyle() 2000 final IntentFilter intentFilter = new IntentFilter(intentAction); in negativeSaveButtonStyle()
|