Home
last modified time | relevance | path

Searched refs:getBundleWithInt (Results 1 – 1 of 1) sorted by relevance

/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
DBlockedNumberProviderTest.java263 .thenReturn(getBundleWithInt(blockSuppressionSeconds)); in testBlockSuppressionAfterEmergencyContact()
309 .thenReturn(getBundleWithInt(invalidBlockSuppressionSeconds)); in testBlockSuppressionAfterEmergencyContact_invalidCarrierConfigDefaultValueUsed()
608 private PersistableBundle getBundleWithInt(int value) { in getBundleWithInt() method in BlockedNumberProviderTest