Searched refs:mExternalService (Results 1 – 2 of 2) sorted by relevance
94 mExternalService = ITestExternalImsService.Stub.asInterface(service); in onServiceConnected()355 private ITestExternalImsService mExternalService; field in ImsServiceConnector397 mExternalService.resetState(); in connectDeviceImsService()429 if (mExternalService != null) { in setupExternalImsService()455 mExternalService = null; in disconnectServices()477 return mExternalService; in getExternalService()
100 private Intent mExternalService; field in ServiceTest695 mExternalService = new Intent(); in setUp()696 … mExternalService.setComponent(ComponentName.unflattenFromString(EXTERNAL_SERVICE_COMPONENT)); in setUp()732 mContext.stopService(mExternalService); in tearDown()1022 mContext.startService(new Intent(mExternalService).putExtras(bundle)); in testRunningServices()1042 mContext.stopService(mExternalService); in testRunningServices()1047 mContext.stopService(mExternalService); in testRunningServices()