Searched refs:assertShouldSystemBlock (Results 1 – 1 of 1) sorted by relevance
/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/ |
D | BlockedNumberProviderTest.java | 282 assertShouldSystemBlock(true, phoneNumber, null); in testBlockSuppressionAfterEmergencyContact() 289 assertShouldSystemBlock(true, phoneNumber, null); in testBlockSuppressionAfterEmergencyContact() 297 assertShouldSystemBlock(false, phoneNumber, null); in testBlockSuppressionAfterEmergencyContact() 311 assertShouldSystemBlock(true, phoneNumber, null); in testBlockSuppressionAfterEmergencyContact() 329 assertShouldSystemBlock(false, phoneNumber, null); in testBlockSuppressionAfterEmergencyContact_invalidCarrierConfigDefaultValueUsed() 345 assertShouldSystemBlock(true, phoneNumber, in testEnhancedBlock() 347 assertShouldSystemBlock(false, phoneNumber, in testEnhancedBlock() 350 assertShouldSystemBlock(false, phoneNumber, in testEnhancedBlock() 355 assertShouldSystemBlock(true, phoneNumber, in testEnhancedBlock() 358 assertShouldSystemBlock(false, phoneNumber, in testEnhancedBlock() [all …]
|