Home
last modified time | relevance | path

Searched defs:PERMISSION_SELF (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardEsimArea.java44 private static final String PERMISSION_SELF = "com.android.systemui.permission.SELF"; field in KeyguardEsimArea
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java23 String PERMISSION_SELF = "com.android.systemui.permission.SELF"; field
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java92 private static final String PERMISSION_SELF = "com.android.systemui.permission.SELF"; field in RecordingServiceTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsTrampolineActivity.java83 static final String PERMISSION_SELF = "com.android.systemui.permission.SELF"; field in AppClipsTrampolineActivity
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java79 private static final String PERMISSION_SELF = "com.android.systemui.permission.SELF"; field in RecordingService
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java180 private static final String PERMISSION_SELF = "com.android.systemui.permission.SELF"; field in SystemActions