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

  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 232 void bindExpectResult(Intent service) {
388 bindExpectResult(new Intent(getContext(), LocalService.class));
393 bindExpectResult(new Intent(SERVICE_LOCAL));
418 bindExpectResult(new Intent(getContext(), LocalGrantedService.class));
423 bindExpectResult(new Intent(SERVICE_LOCAL_GRANTED));
  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 183 private void bindExpectResult(Intent service) {
511 bindExpectResult(mLocalService);
543 bindExpectResult(new Intent(LocalService.SERVICE_LOCAL));
705 bindExpectResult(mLocalGrantedService);
706 bindExpectResult(mLocalDeniedService);
738 bindExpectResult(mLocalService_ApplicationHasPermission);
739 bindExpectResult(mLocalService_ApplicationDoesNotHavePermission);
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 637 bindExpectResult(mContextWrapper, new Intent(mContext, MockContextWrapperService.class));
    [all...]

Completed in 39 milliseconds