Searched refs:hasCallerOrSelfPermission (Results 1 – 4 of 4) sorted by relevance
33 public static boolean hasCallerOrSelfPermission(Context context, String permission) { in hasCallerOrSelfPermission() method in E2eeContactKeysPermissions53 final boolean ok = hasCallerOrSelfPermission(context, permission); in enforceCallingOrSelfPermission()
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()
188 if (E2eeContactKeysPermissions.hasCallerOrSelfPermission(getContext(), in getAllE2eeContactKeys()425 if (E2eeContactKeysPermissions.hasCallerOrSelfPermission(getContext(), in getAllE2eeSelfKeys()