Searched refs:getSmsFormat (Results 1 – 14 of 14) sorted by relevance
78 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testSendSms()126 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testErrorImsRetry()186 when(mImsManager.getSmsFormat()).thenReturn(SmsMessage.FORMAT_3GPP); in testNetworkError()
199 public String getSmsFormat() {201 return MmTelFeature.this.getSmsFormat();793 private String getSmsFormat() { in getSmsFormat() method in MmTelFeature794 return getSmsImplementation().getSmsFormat(); in getSmsFormat()
59 String getSmsFormat(); in getSmsFormat() method
517 public String getSmsFormat() throws RemoteException { in getSmsFormat() method in MmTelFeatureConnection520 return getServiceInterface(mBinder).getSmsFormat(); in getSmsFormat()
2520 public String getSmsFormat() throws ImsException{ in getSmsFormat() method in ImsManager2522 return mMmTelFeatureConnection.getSmsFormat(); in getSmsFormat()
418 public @SmsMessage.Format String getSmsFormat() { in getSmsFormat() method in ImsSmsImplBase
318 return getImsManager().getSmsFormat(); in getFormat()
1814 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#getSmsFormat():1815 Missing nullability on method `getSmsFormat` return
4012 method public String getSmsFormat();
10223 method public String getSmsFormat();
1991 method public String getSmsFormat();
10121 method public String getSmsFormat();
19811 HSPLcom/android/ims/ImsManager;->getSmsFormat()Ljava/lang/String;19882 HSPLcom/android/ims/MmTelFeatureConnection;->getSmsFormat()Ljava/lang/String;
67914 Landroid/telephony/ims/feature/MmTelFeature;->getSmsFormat()Ljava/lang/String;