Searched refs:bindExpectResult (Results 1 – 2 of 2) sorted by relevance
609 private void bindExpectResult(Intent service) { in bindExpectResult() method in ServiceTest933 bindExpectResult(mLocalService); in testLocalBindClass()1434 bindExpectResult(new Intent( in testLocalBindAction()1463 bindExpectResult(mLocalGrantedService); in testLocalBindClassPermissions()1464 bindExpectResult(mLocalDeniedService); in testLocalBindClassPermissions()1469 bindExpectResult(mLocalService_ApplicationHasPermission); in testLocalBindActionPermissions()1470 bindExpectResult(mLocalService_ApplicationDoesNotHavePermission); in testLocalBindActionPermissions()
1274 bindExpectResult(mContext, new Intent(mContext, MockContextService.class)); in testAccessService()2329 private void bindExpectResult(Context context, Intent service) in bindExpectResult() method in ContextTest