Searched refs:mUiccSmsController (Results 1 – 2 of 2) sorted by relevance
39 UiccSmsController mUiccSmsController; field in Sms7BitEncodingTranslatorTest45 mServiceManagerMockedServices.put("isms", mUiccSmsController); in setUp()46 doReturn(false).when(mUiccSmsController).isImsSmsSupportedForSubscriber(anyInt()); in setUp()
79 private UiccSmsController mUiccSmsController; field in ProxyController129 mUiccSmsController = new UiccSmsController(); in ProxyController()