Home
last modified time | relevance | path

Searched refs:mExternalService (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/src/android/app/cts/
DServiceTest.java97 private Intent mExternalService; field in ServiceTest
652 mExternalService = new Intent(); in setUp()
653mExternalService.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()