Searched refs:resolveCallingUserId (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/tv/ |
H A D | TvInputManagerService.java | 1081 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvInputList() 1100 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvInputInfo() 1126 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in updateTvInputInfo() 1150 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvInputState() 1172 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvContentRatingSystemList() 1219 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in sendTvInputNotifyIntent() 1253 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in unregisterCallback() 1269 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in isParentalControlsEnabled() 1285 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in setParentalControlsEnabled() 1300 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in isRatingBlocked() [all …]
|