Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java75 static final String CB_FACILITY_BAOICxH = "OX"; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java26 import static com.android.internal.telephony.CommandsInterface.CB_FACILITY_BAOICxH;
1272 } else if (CB_FACILITY_BAOICxH.equals(facility)) { in getCBTypeFromFacility()
DImsPhoneMmiCode.java552 return CommandsInterface.CB_FACILITY_BAOICxH; in scToBarringFacility()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java572 mImsPhoneUT.setCallBarring(CommandsInterface.CB_FACILITY_BAOICxH, false, "abc", msg, in testCellBarring()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java601 return CommandsInterface.CB_FACILITY_BAOICxH; in scToBarringFacility()