Searched refs:getSmsFormat (Results 1 – 10 of 10) sorted by relevance
198 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testSendSms()253 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testErrorImsRetry()313 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testNetworkError()331 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testSendSmswithMessageRef()347 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testFallbackGsmRetrywithMessageRef()382 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testErrorImsRetrywithMessageRef()422 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testErrorImsRetrywithRetryConfig()
76 String getSmsFormat(); in getSmsFormat() method
225 proto.smsFormat = getSmsFormat(is3gpp2); in getIncomingDefaultProto()252 proto.smsFormat = getSmsFormat(is3gpp2); in getOutgoingDefaultProto()276 private static int getSmsFormat(boolean is3gpp2) { in getSmsFormat() method in SmsStats
337 public String getSmsFormat() {339 .getSmsFormat(), "getSmsFormat", getImsSmsImpl().getExecutor());1866 private String getSmsFormat() { in getSmsFormat() method in MmTelFeature1867 return getImsSmsImpl().getSmsFormat(); in getSmsFormat()
524 public @SmsMessage.Format String getSmsFormat() { in getSmsFormat() method in ImsSmsImplBase
616 public String getSmsFormat() throws RemoteException { in getSmsFormat() method in MmTelFeatureConnection619 return getServiceInterface(mBinder).getSmsFormat(); in getSmsFormat()
3286 public String getSmsFormat() throws ImsException{ in getSmsFormat() method in ImsManager3288 return mMmTelConnectionRef.get().getSmsFormat(); in getSmsFormat()
474 return getImsManager().getSmsFormat(); in getFormat()
17554 method public String getSmsFormat();
53248 Landroid/telephony/ims/feature/MmTelFeature;->getSmsFormat()Ljava/lang/String;