Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManagerTest.java274 assertEquals(Intent.ACTION_MANAGE_APP_PERMISSIONS, captor.getValue().getAction()); in testAppOpsSettingsIntent_camera()
285 assertEquals(Intent.ACTION_MANAGE_APP_PERMISSIONS, captor.getValue().getAction()); in testAppOpsSettingsIntent_mic()
297 assertEquals(Intent.ACTION_MANAGE_APP_PERMISSIONS, captor.getValue().getAction()); in testAppOpsSettingsIntent_camera_mic()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyDialogController.kt177 val intent = Intent(Intent.ACTION_MANAGE_APP_PERMISSIONS)
H A DPrivacyDialogControllerV2.kt194 val intent = Intent(Intent.ACTION_MANAGE_APP_PERMISSIONS)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java235 Intent intent = new Intent(Intent.ACTION_MANAGE_APP_PERMISSIONS); in startAppOpsSettingsActivity()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyDialogControllerTest.kt523 assertThat(intentCaptor.value.action).isEqualTo(Intent.ACTION_MANAGE_APP_PERMISSIONS)
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java1886 public static final String ACTION_MANAGE_APP_PERMISSIONS = field in Intent
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3527 …field public static final String ACTION_MANAGE_APP_PERMISSIONS = "android.intent.action.MANAGE_APP…