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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java715 public void setBandMode(int bandMode, Message response) { argument
716 mCM.setBandMode(bandMode, response);
H A DPhoneProxy.java603 public void setBandMode(int bandMode, Message response) { argument
604 mActivePhone.setBandMode(bandMode, response);
H A DPhone.java1237 * @param bandMode one of BM_*_BAND
1240 void setBandMode(int bandMode, Message response); argument
H A DCommandsInterface.java1104 * @param bandMode one of BM_*_BAND
1107 void setBandMode (int bandMode, Message response); argument
H A DRIL.java1693 * @param bandMode one of BM_*_BAND
1696 public void setBandMode (int bandMode, Message response) { argument
1701 rr.mp.writeInt(bandMode);
1704 + " " + bandMode);
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java758 * @param bandMode one of BM_*_BAND
761 public void setBandMode (int bandMode, Message result) { argument

Completed in 161 milliseconds