Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DImsSmsDispatcherTest.java101 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()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DMmTelFeature.java215 public String getSmsFormat() {
217 return MmTelFeature.this.getSmsFormat();
831 private String getSmsFormat() { in getSmsFormat() method in MmTelFeature
832 return getSmsImplementation().getSmsFormat(); in getSmsFormat()
/aosp12/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
H A DTestImsSmsImpl.java45 public String getSmsFormat() { in getSmsFormat() method in TestImsSmsImpl
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DSmsStats.java199 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
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsMmTelFeature.aidl63 String getSmsFormat(); in getSmsFormat() method
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DMmTelFeatureConnection.java524 public String getSmsFormat() throws RemoteException { in getSmsFormat() method in MmTelFeatureConnection
527 return getServiceInterface(mBinder).getSmsFormat(); in getSmsFormat()
H A DImsManager.java2952 public String getSmsFormat() throws ImsException{ in getSmsFormat() method in ImsManager
2954 return mMmTelConnectionRef.get().getSmsFormat(); in getSmsFormat()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsSmsImplBase.java416 public @SmsMessage.Format String getSmsFormat() { in getSmsFormat() method in ImsSmsImplBase
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DImsSmsDispatcher.java367 return getImsManager().getSmsFormat(); in getFormat()
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt1994 MissingNullability: android.telephony.ims.stub.ImsSmsImplBase#getSmsFormat():
H A Dsystem-current.txt14009 method public String getSmsFormat();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt57214 Landroid/telephony/ims/feature/MmTelFeature;->getSmsFormat()Ljava/lang/String;