Searched refs:setCdmaSubscription (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java672 public void setCdmaSubscription(int cdmaSubscriptionType, Message response) { method in class:PhoneBase
673 mCM.setCdmaSubscription(cdmaSubscriptionType, response);
H A DPhoneProxy.java627 public void setCdmaSubscription(int cdmaSubscriptionType, Message response) { method in class:PhoneProxy
628 mActivePhone.setCdmaSubscription(cdmaSubscriptionType, response);
H A DPhone.java1280 void setCdmaSubscription(int cdmaSubscriptionType, Message response); method in interface:Phone
H A DCommandsInterface.java1292 void setCdmaSubscription(int cdmaSubscriptionType, Message response); method in interface:CommandsInterface
H A DRIL.java3364 public void setCdmaSubscription(int cdmaSubscription , Message response) { method in class:RIL
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1357 setCdmaSubscription(int cdmaSubscriptionType, Message response) { method in class:SimulatedCommands

Completed in 122 milliseconds