Searched refs:ALLOW_SELF_CALL (Results 1 – 4 of 4) sorted by relevance
33 public static boolean ALLOW_SELF_CALL = true; field in ContactsPermissions41 if (ALLOW_SELF_CALL && Binder.getCallingPid() == Process.myPid()) { in hasCallerOrSelfPermission()67 if (ALLOW_SELF_CALL && context.getPackageName().equals(pkg)) { in hasPackagePermission()85 if (ALLOW_SELF_CALL && Binder.getCallingPid() == Process.myPid()) { in hasCallerUriPermission()
78 static boolean ALLOW_SELF_CALL = true; field in BlockedNumberProvider564 return ALLOW_SELF_CALL && Binder.getCallingPid() == Process.myPid(); in isSelf()
65 BlockedNumberProvider.ALLOW_SELF_CALL = false; in setUp()404 BlockedNumberProvider.ALLOW_SELF_CALL = true; in testSelfCanAccessApis()
274 ContactsPermissions.ALLOW_SELF_CALL = false; in ContactsActor()