Searched refs:mExternalService (Results 1 – 2 of 2) sorted by relevance
120 mExternalService = ITestExternalImsService.Stub.asInterface(service); in onServiceConnected()126 mExternalService = null; in onServiceDisconnected()487 private ITestExternalImsService mExternalService; field in ImsServiceConnector565 mExternalService.resetState(); in connectDeviceImsService()567 mExternalService.addCapabilities(capabilities); in connectDeviceImsService()619 if (mExternalService != null) { in setupExternalImsService()648 mExternalService = null; in removeLocalExternalServiceConnection()717 return mExternalService; in getExternalService()
125 private Intent mExternalService; field in ServiceTest734 mExternalService = new Intent(); in setUp()736 … mExternalService.setComponent(ComponentName.unflattenFromString(EXTERNAL_SERVICE_COMPONENT)); in setUp()778 mContext.stopService(mExternalService); in tearDown()1113 mContext.startService(new Intent(mExternalService).putExtras(bundle)); in testRunningServices()1133 mContext.stopService(mExternalService); in testRunningServices()1138 mContext.stopService(mExternalService); in testRunningServices()