Searched refs:setCdmaRoamingPreference (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java669 public void setCdmaRoamingPreference(int cdmaRoamingType, Message response) { method in class:PhoneBase
670 mCM.setCdmaRoamingPreference(cdmaRoamingType, response);
H A DPhone.java1292 void setCdmaRoamingPreference(int cdmaRoamingType, Message response); method in interface:Phone
H A DPhoneProxy.java631 public void setCdmaRoamingPreference(int cdmaRoamingType, Message response) { method in class:PhoneProxy
632 mActivePhone.setCdmaRoamingPreference(cdmaRoamingType, response);
H A DCommandsInterface.java1298 void setCdmaRoamingPreference(int cdmaRoamingType, Message response); method in interface:CommandsInterface
H A DRIL.java3436 public void setCdmaRoamingPreference(int cdmaRoamingType, Message response) { method in class:RIL
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java346 public void setCdmaRoamingPreference(int cdmaRoamingType, Message response) { method in class:SipCommandInterface
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1385 public void setCdmaRoamingPreference(int cdmaRoamingType, Message response) { method in class:SimulatedCommands

Completed in 106 milliseconds