Searched refs:callingPackageName (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | MediaFocusControl.java | 389 IAudioFocusDispatcher fd, String clientId, String callingPackageName, int flags) { in requestAudioFocus() argument 402 callingPackageName) != AppOpsManager.MODE_ALLOWED) { in requestAudioFocus() 456 clientId, afdh, callingPackageName, Binder.getCallingUid(), this); in requestAudioFocus()
|
D | AudioService.java | 5442 IAudioFocusDispatcher fd, String clientId, String callingPackageName, int flags, in requestAudioFocus() argument 5464 clientId, callingPackageName, flags); in requestAudioFocus()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 35 int callingUid, String callingPackageName); in noteProxyOperation() argument
|
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 112 IAudioFocusDispatcher fd, String clientId, String callingPackageName, int flags, in requestAudioFocus() argument
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 917 String callingPackageName = getCallingPackageName(); in updateTvInputInfo() local 918 if (!TextUtils.equals(inputInfoPackageName, callingPackageName)) { in updateTvInputInfo() 919 throw new IllegalArgumentException("calling package " + callingPackageName in updateTvInputInfo()
|