Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java191 void startExpectResult(Intent service) { in startExpectResult() method in ServiceTest
192 startExpectResult(service, new Bundle()); in startExpectResult()
195 void startExpectResult(Intent service, Bundle bundle) { in startExpectResult() method in ServiceTest
378 startExpectResult(new Intent(getContext(), LocalService.class)); in testLocalStartClass()
383 startExpectResult(new Intent(SERVICE_LOCAL)); in testLocalStartAction()
408 startExpectResult(new Intent(getContext(), LocalGrantedService.class)); in testLocalStartClassPermissionGranted()
413 startExpectResult(new Intent(SERVICE_LOCAL_GRANTED)); in testLocalStartActionPermissionGranted()