Searched refs:getSmsFormat (Results 1 – 12 of 12) sorted by relevance
101 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testSendSms()149 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testErrorImsRetry()207 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testNetworkError()
215 public String getSmsFormat() {217 return MmTelFeature.this.getSmsFormat();831 private String getSmsFormat() { in getSmsFormat() method in MmTelFeature832 return getSmsImplementation().getSmsFormat(); in getSmsFormat()
45 public String getSmsFormat() { in getSmsFormat() method in TestImsSmsImpl
199 proto.smsFormat = getSmsFormat(is3gpp2); in getIncomingDefaultProto()222 proto.smsFormat = getSmsFormat(is3gpp2); in getOutgoingDefaultProto()241 private static int getSmsFormat(boolean is3gpp2) { in getSmsFormat() method in SmsStats
63 String getSmsFormat(); in getSmsFormat() method
524 public String getSmsFormat() throws RemoteException { in getSmsFormat() method in MmTelFeatureConnection527 return getServiceInterface(mBinder).getSmsFormat(); in getSmsFormat()
2952 public String getSmsFormat() throws ImsException{ in getSmsFormat() method in ImsManager2954 return mMmTelConnectionRef.get().getSmsFormat(); in getSmsFormat()
416 public @SmsMessage.Format String getSmsFormat() { in getSmsFormat() method in ImsSmsImplBase
367 return getImsManager().getSmsFormat(); in getFormat()
1994 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#getSmsFormat():
14009 method public String getSmsFormat();
57214 Landroid/telephony/ims/feature/MmTelFeature;->getSmsFormat()Ljava/lang/String;