Searched refs:mServiceWrapper (Results 1 – 1 of 1) sorted by relevance
72 private CarrierMessagingServiceWrapper mServiceWrapper; field in CarrierMessagingServiceWrapperTest100 if (mServiceWrapper != null) mServiceWrapper.disconnect(); in tearDown()111 mServiceWrapper = new CarrierMessagingServiceWrapper(); in testConnectToMessagingServiceWrapper()115 boolean bindResult = mServiceWrapper.bindToCarrierMessagingService( in testConnectToMessagingServiceWrapper()125 mServiceWrapper.disconnect(); in testCloseWrapper()127 mServiceWrapper.close(); in testCloseWrapper()132 mServiceWrapper = null; in testCloseWrapper()145 mServiceWrapper.receiveSms(new MessagePdu(Collections.singletonList( in testReceiveSms()165 mServiceWrapper.sendTextSms("Testing CarrierMessagingService#sendTextSms", mTestSub, in testSendTextSms()184 mServiceWrapper.sendDataSms(TelephonyUtils.hexStringToByteArray( in testSendDataSms()[all …]