Home
last modified time | relevance | path

Searched refs:getCarrierConfigValuesForSubscriber (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWapPushOverSmsTest.java138 when(mISmsStub.getCarrierConfigValuesForSubscriber(anyInt())).thenReturn(new Bundle()); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
173 when(mISmsStub.getCarrierConfigValuesForSubscriber(anyInt())).thenReturn(new Bundle()); in testDispatchWapPdu_notificationIndInsertedToCache()
/frameworks/base/telephony/java/com/android/internal/telephony/
DISmsImplBase.java179 public Bundle getCarrierConfigValuesForSubscriber(int subId) { in getCarrierConfigValuesForSubscriber() method in ISmsImplBase
DISms.aidl503 Bundle getCarrierConfigValuesForSubscriber(int subId); in getCarrierConfigValuesForSubscriber() method
/frameworks/base/telephony/java/android/telephony/
DSmsManager.java3161 return iSms.getCarrierConfigValuesForSubscriber(getSubscriptionId()); in getCarrierConfigValues()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsController.java781 public Bundle getCarrierConfigValuesForSubscriber(int subId) { in getCarrierConfigValuesForSubscriber() method in SmsController