Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java381 assertEquals(Intent.ACTION_MANAGE_APP_PERMISSIONS, captor.getValue().getAction()); in testAppOpsSettingsIntent_camera()
392 assertEquals(Intent.ACTION_MANAGE_APP_PERMISSIONS, captor.getValue().getAction()); in testAppOpsSettingsIntent_mic()
404 assertEquals(Intent.ACTION_MANAGE_APP_PERMISSIONS, captor.getValue().getAction()); in testAppOpsSettingsIntent_camera_mic()
DNotificationGutsManagerWithScenesTest.kt380 assertEquals(Intent.ACTION_MANAGE_APP_PERMISSIONS, captor.value.action) in <lambda>()
395 assertEquals(Intent.ACTION_MANAGE_APP_PERMISSIONS, captor.value.action) in <lambda>()
411 assertEquals(Intent.ACTION_MANAGE_APP_PERMISSIONS, captor.value.action) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DPrivacyDialogController.kt183 val intent = Intent(Intent.ACTION_MANAGE_APP_PERMISSIONS) in getDefaultManageAppPermissionsIntent()
DPrivacyDialogControllerV2.kt204 val intent = Intent(Intent.ACTION_MANAGE_APP_PERMISSIONS) in getDefaultManageAppPermissionsIntent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
DPrivacyDialogControllerTest.kt527 assertThat(intentCaptor.value.action).isEqualTo(Intent.ACTION_MANAGE_APP_PERMISSIONS) in <lambda>()
706 assertThat(navigationIntent.action).isEqualTo(Intent.ACTION_MANAGE_APP_PERMISSIONS) in <lambda>()
DPrivacyDialogControllerV2Test.kt718 assertThat(navigationIntent.action).isEqualTo(Intent.ACTION_MANAGE_APP_PERMISSIONS) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java267 Intent intent = new Intent(Intent.ACTION_MANAGE_APP_PERMISSIONS); in startAppOpsSettingsActivity()
/frameworks/base/core/java/android/content/
DIntent.java1907 public static final String ACTION_MANAGE_APP_PERMISSIONS = field in Intent
/frameworks/base/core/api/
Dsystem-current.txt3861 …field @Deprecated public static final String ACTION_MANAGE_APP_PERMISSIONS = "android.intent.actio…