Searched refs:mExternalService (Results 1 – 2 of 2) sorted by relevance
114 mExternalService = ITestExternalImsService.Stub.asInterface(service); in onServiceConnected()444 private ITestExternalImsService mExternalService; field in ImsServiceConnector505 mExternalService.resetState(); in connectDeviceImsService()545 if (mExternalService != null) { in setupExternalImsService()571 mExternalService = null; in disconnectServices()630 return mExternalService; in getExternalService()
107 private Intent mExternalService; field in ServiceTest702 mExternalService = new Intent(); in setUp()703 … mExternalService.setComponent(ComponentName.unflattenFromString(EXTERNAL_SERVICE_COMPONENT)); in setUp()742 mContext.stopService(mExternalService); in tearDown()1039 mContext.startService(new Intent(mExternalService).putExtras(bundle)); in testRunningServices()1059 mContext.stopService(mExternalService); in testRunningServices()1064 mContext.stopService(mExternalService); in testRunningServices()