Home | History | Annotate | Download | only in accounts

Lines Matching refs:callingUid

1844     private boolean hasAuthenticatorUid(String accountType, int callingUid) {
1848 return (serviceInfo.uid == callingUid) ||
1849 (mContext.getPackageManager().checkSignatures(serviceInfo.uid, callingUid)