Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java232 void bindExpectResult(Intent service) { in bindExpectResult() method in ServiceTest
388 bindExpectResult(new Intent(getContext(), LocalService.class)); in testLocalBindClass()
393 bindExpectResult(new Intent(SERVICE_LOCAL)); in testLocalBindAction()
418 bindExpectResult(new Intent(getContext(), LocalGrantedService.class)); in testLocalBindClassPermissionGranted()
423 bindExpectResult(new Intent(SERVICE_LOCAL_GRANTED)); in testLocalBindActionPermissionGranted()