Searched refs:getBarringServiceInfo (Results 1 – 3 of 3) sorted by relevance
93 BarringServiceInfo bsi = b.getBarringServiceInfo(service); in testEmptyConstructor()106 BarringServiceInfo bsi = b.getBarringServiceInfo(BarringInfo.BARRING_SERVICE_TYPE_MO_DATA); in testBarringService()110 bsi = b.getBarringServiceInfo(BarringInfo.BARRING_SERVICE_TYPE_MMTEL_VIDEO); in testBarringService()118 bsi = b.getBarringServiceInfo(BarringInfo.BARRING_SERVICE_TYPE_SMS); in testBarringService()140 assertFalse(condInfo.getBarringServiceInfo(BarringInfo.BARRING_SERVICE_TYPE_MMTEL_VIDEO) in testConditionalBarringCheck()144 assertTrue(condInfo.getBarringServiceInfo(BarringInfo.BARRING_SERVICE_TYPE_MMTEL_VIDEO) in testConditionalBarringCheck()
313 public @NonNull BarringServiceInfo getBarringServiceInfo(@BarringServiceType int service) { in getBarringServiceInfo() method in BarringInfo
40738 …method @NonNull public android.telephony.BarringInfo.BarringServiceInfo getBarringServiceInfo(int);