Home
last modified time | relevance | path

Searched refs:checkShellCommandPermission (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java128 protected boolean checkShellCommandPermission(int callingUid) { in checkShellCommandPermission() method in NotificationShellCmd
157 if (!checkShellCommandPermission(callingUid)) { in onCommand()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationShellCmdTest.java276 protected boolean checkShellCommandPermission(int callingUid) { in checkShellCommandPermission() method in NotificationShellCmdTest.TestNotificationShellCmd