Searched refs:callingUid (Results 1 – 1 of 1) sorted by relevance
92 public boolean isCallerAllowed(Context context, String callingPackage, int callingUid) { in isCallerAllowed() argument94 if (Process.SYSTEM_UID == callingUid || Process.myUid() == callingUid) { in isCallerAllowed()