Searched refs:STATUS_NOT_BLOCKED (Results 1 – 6 of 6) sorted by relevance
62 public static final int STATUS_NOT_BLOCKED = 0; field in BlockCheckerFilter186 if (blockStatus != STATUS_NOT_BLOCKED) { in completeResult()245 case STATUS_NOT_BLOCKED: in blockStatusToString()
55 int blockStatus = BlockedNumberContract.STATUS_NOT_BLOCKED; in getBlockStatus()71 if (blockStatus != BlockedNumberContract.STATUS_NOT_BLOCKED) { in getBlockStatus()
20 import static com.android.server.telecom.callfiltering.BlockCheckerFilter.STATUS_NOT_BLOCKED;125 .thenReturn(STATUS_NOT_BLOCKED); in testDontBlockNumber()137 .thenReturn(STATUS_NOT_BLOCKED); in testDontBlockNumberWhenEnhancedBlockingEnabled()
19 import static android.provider.BlockedNumberContract.STATUS_NOT_BLOCKED;102 assertEquals(STATUS_NOT_BLOCKED, in testShouldSystemBlockNumberException()
640 assertEquals(BlockedNumberContract.STATUS_NOT_BLOCKED, in testEmergencyNumbersAreNotBlockedBySystem()644 assertEquals(BlockedNumberContract.STATUS_NOT_BLOCKED, in testEmergencyNumbersAreNotBlockedBySystem()648 assertEquals(BlockedNumberContract.STATUS_NOT_BLOCKED, in testEmergencyNumbersAreNotBlockedBySystem()652 assertEquals(BlockedNumberContract.STATUS_NOT_BLOCKED, in testEmergencyNumbersAreNotBlockedBySystem()656 assertEquals(BlockedNumberContract.STATUS_NOT_BLOCKED, in testEmergencyNumbersAreNotBlockedBySystem()771 != BlockedNumberContract.STATUS_NOT_BLOCKED); in assertShouldSystemBlock()
320 : BlockedNumberContract.STATUS_NOT_BLOCKED); in call()354 blockReason != BlockedNumberContract.STATUS_NOT_BLOCKED); in call()517 return BlockedNumberContract.STATUS_NOT_BLOCKED;520 return BlockedNumberContract.STATUS_NOT_BLOCKED;523 int blockReason = BlockedNumberContract.STATUS_NOT_BLOCKED;564 if (blockReason == BlockedNumberContract.STATUS_NOT_BLOCKED && isBlocked(phoneNumber)) {