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()
82 static boolean ALLOW_SELF_CALL = true; field in BlockedNumberProvider697 return ALLOW_SELF_CALL && Binder.getCallingPid() == Process.myPid();
67 BlockedNumberProvider.ALLOW_SELF_CALL = false; in setUp()496 BlockedNumberProvider.ALLOW_SELF_CALL = true; in testSelfCanAccessApis()
313 ContactsPermissions.ALLOW_SELF_CALL = false; in ContactsActor()