Home
last modified time | relevance | path

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

/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DContentSuggestionsManagerService.java106 private void enforceCaller(int userId, String func) { in enforceCaller() method in ContentSuggestionsManagerService
134 enforceCaller(UserHandle.getCallingUserId(), "provideContextBitmap"); in provideContextBitmap()
158 enforceCaller(UserHandle.getCallingUserId(), "provideContextImage"); in provideContextImage()
195 enforceCaller(UserHandle.getCallingUserId(), "suggestContentSelections"); in suggestContentSelections()
214 enforceCaller(UserHandle.getCallingUserId(), "classifyContentSelections"); in classifyContentSelections()
231 enforceCaller(UserHandle.getCallingUserId(), "notifyInteraction"); in notifyInteraction()
248 enforceCaller(UserHandle.getCallingUserId(), "isEnabled"); in isEnabled()
/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
DMusicRecognitionManagerService.java88 private void enforceCaller(String func) { in enforceCaller() method in MusicRecognitionManagerService
117 enforceCaller("beginRecognition"); in beginRecognition()