Searched refs:bindExpectResult (Results 1 – 2 of 2) sorted by relevance
528 private void bindExpectResult(Intent service) { in bindExpectResult() method in ServiceTest776 bindExpectResult(mLocalService); in testLocalBindClass()1047 bindExpectResult(new Intent( in testLocalBindAction()1076 bindExpectResult(mLocalGrantedService); in testLocalBindClassPermissions()1077 bindExpectResult(mLocalDeniedService); in testLocalBindClassPermissions()1082 bindExpectResult(mLocalService_ApplicationHasPermission); in testLocalBindActionPermissions()1083 bindExpectResult(mLocalService_ApplicationDoesNotHavePermission); in testLocalBindActionPermissions()
820 bindExpectResult(mContext, new Intent(mContext, MockContextService.class)); in testAccessService()1212 private void bindExpectResult(Context context, Intent service) in bindExpectResult() method in ContextTest