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/imsphone/
DImsPhone.java59 import static com.android.internal.telephony.CommandsInterface.CB_FACILITY_BAOIC;
826 } else if (CB_FACILITY_BAOIC.equals(facility)) { in getCBTypeFromFacility()
DImsPhoneMmiCode.java446 return CommandsInterface.CB_FACILITY_BAOIC; in scToBarringFacility()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java71 static final String CB_FACILITY_BAOIC = "OI"; field
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java490 mImsPhoneUT.setCallBarring(CommandsInterface.CB_FACILITY_BAOIC, true, "abc", msg); in testCellBarring()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java522 return CommandsInterface.CB_FACILITY_BAOIC; in scToBarringFacility()