Searched refs:logContext (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
H A D | DomainVerificationShell.java | 502 private int translateUserId(@UserIdInt int userId, @NonNull String logContext) { in translateUserId() argument 504 userId, true, true, logContext, "pm command"); in translateUserId()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerShellCommand.java | 3128 private int translateUserId(int userId, int allUserId, String logContext) { in translateUserId() argument 3131 Binder.getCallingUid(), userId, allowAll, true, logContext, "pm command"); in translateUserId()
|