Searched refs:mExternalService (Results 1 – 1 of 1) sorted by relevance
97 private Intent mExternalService; field in ServiceTest652 mExternalService = new Intent(); in setUp()653 … mExternalService.setComponent(ComponentName.unflattenFromString(EXTERNAL_SERVICE_COMPONENT)); in setUp()689 mContext.stopService(mExternalService); in tearDown()921 mContext.startService(new Intent(mExternalService).putExtras(bundle)); in testRunningServices()941 mContext.stopService(mExternalService); in testRunningServices()946 mContext.stopService(mExternalService); in testRunningServices()