Searched refs:ALLOW_SELF_CALL (Results 1 – 5 of 5) 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()
83 static boolean ALLOW_SELF_CALL = true; field in BlockedNumberProvider737 return ALLOW_SELF_CALL && Binder.getCallingPid() == Process.myPid();
75 BlockedNumberProvider.ALLOW_SELF_CALL = false; in setUp()521 BlockedNumberProvider.ALLOW_SELF_CALL = true; in testSelfCanAccessApis()
449 ContactsPermissions.ALLOW_SELF_CALL = true; in testAddCall()453 ContactsPermissions.ALLOW_SELF_CALL = false; in testAddCall()
337 ContactsPermissions.ALLOW_SELF_CALL = false; in ContactsActor()