Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java127 protected boolean checkShellCommandPermission(int callingUid) { in checkShellCommandPermission() method in NotificationShellCmd
156 if (!checkShellCommandPermission(callingUid)) { in onCommand()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java275 protected boolean checkShellCommandPermission(int callingUid) { in checkShellCommandPermission() method in NotificationShellCmdTest.TestNotificationShellCmd