HomeSort by relevance Sort by last modified time
    Searched refs:getSmsFormat (Results 1 - 7 of 7) sorted by null

  /packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
TestImsSmsImpl.java 45 public String getSmsFormat() {
  /frameworks/base/telephony/java/android/telephony/ims/aidl/
IImsMmTelFeature.aidl 59 String getSmsFormat();
  /frameworks/base/telephony/java/android/telephony/ims/feature/
MmTelFeature.java 204 public String getSmsFormat() {
206 return MmTelFeature.this.getSmsFormat();
667 private String getSmsFormat() {
668 return getSmsImplementation().getSmsFormat();
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsSmsImplBase.java 319 public String getSmsFormat() {
  /frameworks/opt/net/ims/src/java/com/android/ims/
MmTelFeatureConnection.java 616 public String getSmsFormat() throws RemoteException {
619 return getServiceInterface(mBinder).getSmsFormat();
ImsManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ImsSmsDispatcher.java 242 return getImsManager().getSmsFormat();

Completed in 9582 milliseconds