Searched refs:getCarrierConfigValuesForSubscriber (Results 1 – 5 of 5) sorted by relevance
138 when(mISmsStub.getCarrierConfigValuesForSubscriber(anyInt())).thenReturn(new Bundle()); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()173 when(mISmsStub.getCarrierConfigValuesForSubscriber(anyInt())).thenReturn(new Bundle()); in testDispatchWapPdu_notificationIndInsertedToCache()
179 public Bundle getCarrierConfigValuesForSubscriber(int subId) { in getCarrierConfigValuesForSubscriber() method in ISmsImplBase
503 Bundle getCarrierConfigValuesForSubscriber(int subId); in getCarrierConfigValuesForSubscriber() method
3161 return iSms.getCarrierConfigValuesForSubscriber(getSubscriptionId()); in getCarrierConfigValues()
781 public Bundle getCarrierConfigValuesForSubscriber(int subId) { in getCarrierConfigValuesForSubscriber() method in SmsController