Home
last modified time | relevance | path

Searched refs:getSmsFormat (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java198 public String getSmsFormat() {
200 return MmTelFeature.this.getSmsFormat();
710 private String getSmsFormat() { in getSmsFormat() method in MmTelFeature
711 return getSmsImplementation().getSmsFormat(); in getSmsFormat()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DImsSmsDispatcherTest.java74 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testSendSms()
122 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testErrorImsRetry()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl59 String getSmsFormat(); in getSmsFormat() method
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsSmsImplBase.java319 public String getSmsFormat() { in getSmsFormat() method in ImsSmsImplBase
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java858 public String getSmsFormat() throws RemoteException { in getSmsFormat() method in MmTelFeatureConnection
861 return getServiceInterface(mBinder).getSmsFormat(); in getSmsFormat()
DImsManager.java2574 public String getSmsFormat() throws ImsException{ in getSmsFormat() method in ImsManager
2576 return mMmTelFeatureConnection.getSmsFormat(); in getSmsFormat()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSmsDispatcher.java304 return getImsManager().getSmsFormat(); in getFormat()
/frameworks/base/api/
Dsystem-current.txt9270 method public String getSmsFormat();