Searched refs:shouldSystemBlockNumber (Results 1 – 2 of 2) sorted by relevance
375 SystemContract.shouldSystemBlockNumber(mMockContext, "123"); in testRegularAppCannotAccessApis()454 SystemContract.shouldSystemBlockNumber(mMockContext, "123"); in testPrivilegedAppCannotUseSystemApis()522 assertFalse(SystemContract.shouldSystemBlockNumber(mMockContext, emergencyNumber)); in testEmergencyNumbersAreNotBlockedBySystem()605 assertEquals(expected, SystemContract.shouldSystemBlockNumber(mMockContext, phoneNumber)); in assertShouldSystemBlock()
343 BlockedNumberContract.RES_NUMBER_IS_BLOCKED, shouldSystemBlockNumber(arg)); in call()447 private boolean shouldSystemBlockNumber(String phoneNumber) { in shouldSystemBlockNumber() method in BlockedNumberProvider