Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java339 void bindAutoExpectResult(Intent service) { in bindAutoExpectResult() method in ServiceTest
398 bindAutoExpectResult(new Intent(getContext(), LocalService.class)); in testLocalBindAutoClass()
403 bindAutoExpectResult(new Intent(SERVICE_LOCAL)); in testLocalBindAutoAction()
428 bindAutoExpectResult(new Intent(getContext(), LocalGrantedService.class)); in testLocalBindAutoClassPermissionGranted()
433 bindAutoExpectResult(new Intent(SERVICE_LOCAL_GRANTED)); in testLocalBindAutoActionPermissionGranted()