Home
last modified time | relevance | path

Searched refs:handleInCallMmiCommands (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java907 mGSMPhone.handleInCallMmiCommands("0"); in testIncallMmiCallDeflection()
932 mGSMPhone.handleInCallMmiCommands("0"); in testIncallMmiCallDeflection()
975 mGSMPhone.handleInCallMmiCommands("1"); in testIncallMmiCallWaiting()
1000 mGSMPhone.handleInCallMmiCommands("1"); in testIncallMmiCallWaiting()
1028 mGSMPhone.handleInCallMmiCommands("12"); in testIncallMmiCallWaiting()
1071 mGSMPhone.handleInCallMmiCommands("11"); in testIncallMmiCallWaiting()
1079 mGSMPhone.handleInCallMmiCommands("12"); in testIncallMmiCallWaiting()
1090 mGSMPhone.handleInCallMmiCommands("1"); in testIncallMmiCallWaiting()
1104 mGSMPhone.handleInCallMmiCommands("11"); in testIncallMmiCallWaiting()
1145 mGSMPhone.handleInCallMmiCommands("2"); in testIncallMmiCallHold()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java224 public boolean handleInCallMmiCommands(String dialString) { in handleInCallMmiCommands() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java261 public boolean handleInCallMmiCommands(String dialString) { in handleInCallMmiCommands() method in ImsPhoneBase
DImsPhone.java413 public boolean handleInCallMmiCommands(String dialString) { in handleInCallMmiCommands() method in ImsPhone
479 if (handleInCallMmiCommands(newDialString)) { in dialInternal()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java742 public boolean handleInCallMmiCommands(String dialString) throws CallStateException { in handleInCallMmiCommands() method in GSMPhone
746 return imsPhone.handleInCallMmiCommands(dialString); in handleInCallMmiCommands()
857 if (handleInCallMmiCommands(newDialString)) { in dialInternal()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java875 boolean handleInCallMmiCommands(String command) throws CallStateException; in handleInCallMmiCommands() method
DPhoneProxy.java752 public boolean handleInCallMmiCommands(String command) throws CallStateException { in handleInCallMmiCommands() method in PhoneProxy
753 return mActivePhone.handleInCallMmiCommands(command); in handleInCallMmiCommands()
DCallManager.java971 if (basePhone.handleInCallMmiCommands(newDialString)) { in dial()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java486 public boolean handleInCallMmiCommands(String dialString) { in handleInCallMmiCommands() method in CDMAPhone