Searched refs:binderUid (Results 1 – 2 of 2) sorted by relevance
114 int binderUid = Binder.getCallingUid(); in fromBinder() local116 if (binderUid == Process.SYSTEM_UID || binderUid == Process.myUid()) { in fromBinder()130 if (binderUid == Process.SHELL_UID || binderUid == Process.ROOT_UID) { in fromBinder()135 user = UserHandle.getUserHandleForUid(binderUid); in fromBinder()148 return new LocalCallingIdentity(context, Binder.getCallingPid(), binderUid, in fromBinder()
2526 int binderUid, int attributionSourceUid) { in enforceBinderUidIsSameAsAttributionSourceUid() argument2527 if (binderUid != attributionSourceUid) { in enforceBinderUidIsSameAsAttributionSourceUid()