Searched refs:mUiccSmsController (Results 1 – 2 of 2) sorted by relevance
36 UiccSmsController mUiccSmsController; field in Sms7BitEncodingTranslatorTest42 mServiceManagerMockedServices.put("isms", mUiccSmsController); in setUp()43 doReturn(false).when(mUiccSmsController).isImsSmsSupportedForSubscriber(anyInt()); in setUp()
83 private UiccSmsController mUiccSmsController; field in ProxyController133 mUiccSmsController = new UiccSmsController(mPhones); in ProxyController()