Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
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()
DTelephonyRegistryTest.java998 .getBarringServiceInfo(BarringInfo.BARRING_SERVICE_TYPE_MMTEL_VOICE), in checkBarringInfoWithLocationPermission()
999 info.getBarringServiceInfo(BarringInfo.BARRING_SERVICE_TYPE_MMTEL_VOICE)); in checkBarringInfoWithLocationPermission()
1028 .getBarringServiceInfo(BarringInfo.BARRING_SERVICE_TYPE_MMTEL_VOICE), in checkBarringInfoWithLocationPermission()
1029 info.getBarringServiceInfo(BarringInfo.BARRING_SERVICE_TYPE_MMTEL_VOICE)); in checkBarringInfoWithLocationPermission()
/frameworks/base/telephony/java/android/telephony/
DBarringInfo.java294 public @NonNull BarringServiceInfo getBarringServiceInfo(@BarringServiceType int service) { in getBarringServiceInfo() method
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt43607 …method @NonNull public android.telephony.BarringInfo.BarringServiceInfo getBarringServiceInfo(int);