Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DBarringInfoTest.java93 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()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DBarringInfo.java313 public @NonNull BarringServiceInfo getBarringServiceInfo(@BarringServiceType int service) { in getBarringServiceInfo() method in BarringInfo
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt40738 …method @NonNull public android.telephony.BarringInfo.BarringServiceInfo getBarringServiceInfo(int);