Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java74 static final String CB_FACILITY_BAOIC = "OI"; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java25 import static com.android.internal.telephony.CommandsInterface.CB_FACILITY_BAOIC;
1270 } else if (CB_FACILITY_BAOIC.equals(facility)) { in getCBTypeFromFacility()
DImsPhoneMmiCode.java550 return CommandsInterface.CB_FACILITY_BAOIC; in scToBarringFacility()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java563 mImsPhoneUT.setCallBarring(CommandsInterface.CB_FACILITY_BAOIC, true, "abc", msg, in testCellBarring()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java599 return CommandsInterface.CB_FACILITY_BAOIC; in scToBarringFacility()