Searched refs:hasCallerOrSelfPermission (Results 1 – 2 of 2) sorted by relevance
38 public static boolean hasCallerOrSelfPermission(Context context, String permission) { in hasCallerOrSelfPermission() method in ContactsPermissions58 final boolean ok = hasCallerOrSelfPermission(context, permission); in enforceCallingOrSelfPermission()
130 return ContactsPermissions.hasCallerOrSelfPermission(mContext, permission); in callerHasPermission()