HomeSort by relevance Sort by last modified time
    Searched refs:bindAutoExpectResult (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 339 void bindAutoExpectResult(Intent service) {
398 bindAutoExpectResult(new Intent(getContext(), LocalService.class));
403 bindAutoExpectResult(new Intent(SERVICE_LOCAL));
428 bindAutoExpectResult(new Intent(getContext(), LocalGrantedService.class));
433 bindAutoExpectResult(new Intent(SERVICE_LOCAL_GRANTED));
  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 282 private void bindAutoExpectResult(Intent service) {
575 bindAutoExpectResult(mLocalService);
607 bindAutoExpectResult(new Intent(LocalService.SERVICE_LOCAL));
771 bindAutoExpectResult(mLocalGrantedService);
803 bindAutoExpectResult(mLocalService_ApplicationHasPermission);

Completed in 25 milliseconds