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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BlockChecker.java 48 if (BlockedNumberContract.SystemContract.shouldSystemBlockNumber(
  /packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
BlockedNumberContractTest.java 95 * {@link BlockedNumberContract.SystemContract#shouldSystemBlockNumber(Context, String, Bundle)}
100 assertFalse(BlockedNumberContract.SystemContract.shouldSystemBlockNumber(mMockContext,
BlockedNumberProviderTest.java 467 SystemContract.shouldSystemBlockNumber(mMockContext, "123", null);
546 SystemContract.shouldSystemBlockNumber(mMockContext, "123", null);
614 assertFalse(SystemContract.shouldSystemBlockNumber(mMockContext, emergencyNumber, null));
617 assertFalse(SystemContract.shouldSystemBlockNumber(mMockContext, emergencyNumber,
620 assertFalse(SystemContract.shouldSystemBlockNumber(mMockContext, emergencyNumber,
623 assertFalse(SystemContract.shouldSystemBlockNumber(mMockContext, emergencyNumber,
626 assertFalse(SystemContract.shouldSystemBlockNumber(mMockContext, emergencyNumber,
710 assertEquals(expected, SystemContract.shouldSystemBlockNumber(mMockContext, phoneNumber,
    [all...]
  /frameworks/base/core/java/android/provider/
BlockedNumberContract.java 380 * <p> This results in {@link #shouldSystemBlockNumber} returning {@code false} independent
416 public static boolean shouldSystemBlockNumber(Context context, String phoneNumber,
425 Log.w(null, "shouldSystemBlockNumber: provider not ready.");
508 * {@link #shouldSystemBlockNumber(Context, String, Bundle)}. If emergency services
  /packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
BlockedNumberProvider.java 345 shouldSystemBlockNumber(arg, extras));
477 private boolean shouldSystemBlockNumber(String phoneNumber, Bundle extras) {
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 926 milliseconds