Searched refs:getSmsFormat (Results 1 – 8 of 8) sorted by relevance
198 public String getSmsFormat() {200 return MmTelFeature.this.getSmsFormat();710 private String getSmsFormat() { in getSmsFormat() method in MmTelFeature711 return getSmsImplementation().getSmsFormat(); in getSmsFormat()
74 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testSendSms()122 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testErrorImsRetry()
59 String getSmsFormat(); in getSmsFormat() method
319 public String getSmsFormat() { in getSmsFormat() method in ImsSmsImplBase
858 public String getSmsFormat() throws RemoteException { in getSmsFormat() method in MmTelFeatureConnection861 return getServiceInterface(mBinder).getSmsFormat(); in getSmsFormat()
2574 public String getSmsFormat() throws ImsException{ in getSmsFormat() method in ImsManager2576 return mMmTelFeatureConnection.getSmsFormat(); in getSmsFormat()
304 return getImsManager().getSmsFormat(); in getFormat()
9270 method public String getSmsFormat();