Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java268 assertEquals(Intent.ACTION_MANAGE_APP_PERMISSIONS, captor.getValue().getAction()); in testAppOpsSettingsIntent_camera()
279 assertEquals(Intent.ACTION_MANAGE_APP_PERMISSIONS, captor.getValue().getAction()); in testAppOpsSettingsIntent_mic()
291 assertEquals(Intent.ACTION_MANAGE_APP_PERMISSIONS, captor.getValue().getAction()); in testAppOpsSettingsIntent_camera_mic()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java221 Intent intent = new Intent(Intent.ACTION_MANAGE_APP_PERMISSIONS); in startAppOpsSettingsActivity()
/frameworks/base/core/java/android/content/
DIntent.java1837 public static final String ACTION_MANAGE_APP_PERMISSIONS = field in Intent
/frameworks/base/non-updatable-api/
Dsystem-current.txt1723 …field public static final String ACTION_MANAGE_APP_PERMISSIONS = "android.intent.action.MANAGE_APP…
/frameworks/base/api/
Dsystem-current.txt1775 …field public static final String ACTION_MANAGE_APP_PERMISSIONS = "android.intent.action.MANAGE_APP…