HomeSort by relevance Sort by last modified time
    Searched defs:shouldSystemBlockNumber (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/provider/
BlockedNumberContract.java 324 * <p> This results in {@link #shouldSystemBlockNumber} returning {@code false} independent
349 public static boolean shouldSystemBlockNumber(Context context, String phoneNumber) {
366 * Represents the current status of {@link #shouldSystemBlockNumber(Context, String)}. If
  /packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
BlockedNumberProvider.java 343 BlockedNumberContract.RES_NUMBER_IS_BLOCKED, shouldSystemBlockNumber(arg));
447 private boolean shouldSystemBlockNumber(String phoneNumber) {
  /packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
BlockedNumberProviderTest.java 375 SystemContract.shouldSystemBlockNumber(mMockContext, "123");
454 SystemContract.shouldSystemBlockNumber(mMockContext, "123");
522 assertFalse(SystemContract.shouldSystemBlockNumber(mMockContext, emergencyNumber));
605 assertEquals(expected, SystemContract.shouldSystemBlockNumber(mMockContext, phoneNumber));

Completed in 151 milliseconds