Searched refs:getCarrierConfigValues (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIMms.aidl67 Bundle getCarrierConfigValues(int subId);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DWapPushOverSmsTest.java119 when(mIMmsStub.getCarrierConfigValues(anyInt())).thenReturn(new Bundle());
/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java139 public Bundle getCarrierConfigValues(int subId) throws RemoteException {
368 public Bundle getCarrierConfigValues(int subId) throws RemoteException { method in class:MmsServiceBroker.BinderService
369 Slog.d(TAG, "getCarrierConfigValues() by " + getCallingPackageName());
370 return getServiceGuarded().getCarrierConfigValues(subId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java432 .getCarrierConfigValues()
481 .getCarrierConfigValues();
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java1607 public Bundle getCarrierConfigValues() { method in class:SmsManager
1611 return iMms.getCarrierConfigValues(getSubscriptionId());

Completed in 182 milliseconds