Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DImsSmsDispatcherTest.java78 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()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DMmTelFeature.java199 public String getSmsFormat() {
201 return MmTelFeature.this.getSmsFormat();
793 private String getSmsFormat() { in getSmsFormat() method in MmTelFeature
794 return getSmsImplementation().getSmsFormat(); in getSmsFormat()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsMmTelFeature.aidl59 String getSmsFormat(); in getSmsFormat() method
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java517 public String getSmsFormat() throws RemoteException { in getSmsFormat() method in MmTelFeatureConnection
520 return getServiceInterface(mBinder).getSmsFormat(); in getSmsFormat()
DImsManager.java2520 public String getSmsFormat() throws ImsException{ in getSmsFormat() method in ImsManager
2522 return mMmTelFeatureConnection.getSmsFormat(); in getSmsFormat()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsSmsImplBase.java418 public @SmsMessage.Format String getSmsFormat() { in getSmsFormat() method in ImsSmsImplBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSmsDispatcher.java318 return getImsManager().getSmsFormat(); in getFormat()
/frameworks/base/api/
Dtest-lint-baseline.txt1814 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#getSmsFormat():
1815 Missing nullability on method `getSmsFormat` return
Dtest-current.txt4012 method public String getSmsFormat();
Dsystem-current.txt10223 method public String getSmsFormat();
/frameworks/base/telephony/api/
Dsystem-current.txt1991 method public String getSmsFormat();
/frameworks/base/non-updatable-api/
Dsystem-current.txt10121 method public String getSmsFormat();
/frameworks/base/config/
Dboot-image-profile.txt19811 HSPLcom/android/ims/ImsManager;->getSmsFormat()Ljava/lang/String;
19882 HSPLcom/android/ims/MmTelFeatureConnection;->getSmsFormat()Ljava/lang/String;
Dhiddenapi-greylist-max-o.txt67914 Landroid/telephony/ims/feature/MmTelFeature;->getSmsFormat()Ljava/lang/String;