HomeSort by relevance Sort by last modified time
    Searched refs:ALLOW_SELF_CALL (Results 1 - 4 of 4) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
ContactsPermissions.java 33 public static boolean ALLOW_SELF_CALL = true;
41 if (ALLOW_SELF_CALL && Binder.getCallingPid() == Process.myPid()) {
67 if (ALLOW_SELF_CALL && context.getPackageName().equals(pkg)) {
85 if (ALLOW_SELF_CALL && Binder.getCallingPid() == Process.myPid()) {
  /packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
BlockedNumberProvider.java 80 static boolean ALLOW_SELF_CALL = true;
667 return ALLOW_SELF_CALL && Binder.getCallingPid() == Process.myPid();
  /packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
BlockedNumberProviderTest.java 67 BlockedNumberProvider.ALLOW_SELF_CALL = false;
496 BlockedNumberProvider.ALLOW_SELF_CALL = true;
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 306 ContactsPermissions.ALLOW_SELF_CALL = false;

Completed in 197 milliseconds