Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java725 int effectiveCallingUserId = UserHandle.getUserId(Binder.getCallingUid()); in ensureUserCanTakeBugReport() local
730 mInjector.getUserManager().getProfileParent(effectiveCallingUserId); in ensureUserCanTakeBugReport()
732 isAdminUser = mInjector.getUserManager().isUserAdmin(effectiveCallingUserId); in ensureUserCanTakeBugReport()
736 effectiveCallingUserId = profileParent.id; in ensureUserCanTakeBugReport()
744 && isUserAffiliated(effectiveCallingUserId)) { in ensureUserCanTakeBugReport()
749 effectiveCallingUserId)); in ensureUserCanTakeBugReport()