Home
last modified time | relevance | path

Searched refs:getCallBarring (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1383 public void getCallBarring(String facility, Message onComplete) { in getCallBarring() method in ImsPhone
1384 getCallBarring(facility, onComplete, CommandsInterface.SERVICE_CLASS_VOICE); in getCallBarring()
1387 public void getCallBarring(String facility, Message onComplete, int serviceClass) { in getCallBarring() method in ImsPhone
1388 getCallBarring(facility, "", onComplete, serviceClass); in getCallBarring()
1392 public void getCallBarring(String facility, String password, Message onComplete, in getCallBarring() method in ImsPhone
1855 mDefaultPhone.getCallBarring(ss.mFacility, in sendResponseOrRetryOnCsfbSs()
DImsPhoneBase.java552 public void getCallBarring(String facility, String password, Message onComplete, in getCallBarring() method in ImsPhoneBase
DImsPhoneMmiCode.java965 mPhone.getCallBarring(facility, in processCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java836 public void getCallBarring(String facility, in getCallBarring() method
DGsmCdmaPhone.java2661 public void getCallBarring(String facility, String password, Message onComplete, in getCallBarring() method in GsmCdmaPhone
2674 imsPhone.getCallBarring(facility, password, onComplete, serviceClass); in getCallBarring()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java2145 mPhoneUT.getCallBarring(CommandsInterface.CB_FACILITY_BA_ALL, "", message, in testGetCallBarring_FdnCheck()
2152 mPhoneUT.getCallBarring(CommandsInterface.CB_FACILITY_BA_ALL, "", message, in testGetCallBarring_FdnCheck()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java589 mImsPhoneUT.getCallBarring(CommandsInterface.CB_FACILITY_BAOC, msg, in testCellBarring()