Searched refs:largeResult (Results 1 – 1 of 1) sorted by relevance
181 View largeResult = largeView.apply(mContext, null); in testCreateRemoteViewsWithLastInteractionTimeUnderOneDayHidden() local184 assertEquals(View.GONE, largeResult.findViewById(R.id.last_interaction).getVisibility()); in testCreateRemoteViewsWithLastInteractionTimeUnderOneDayHidden()264 View largeResult = largeView.apply(mContext, null); in testCreateRemoteViewsWithLastInteractionTime() local266 name = (TextView) largeResult.findViewById(R.id.name); in testCreateRemoteViewsWithLastInteractionTime()269 assertEquals(View.VISIBLE, largeResult.findViewById(R.id.last_interaction).getVisibility()); in testCreateRemoteViewsWithLastInteractionTime()336 View largeResult = largeView.apply(mContext, null); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored() local338 name = (TextView) largeResult.findViewById(R.id.name); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()341 assertEquals(View.GONE, largeResult.findViewById(R.id.last_interaction).getVisibility()); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()343 assertEquals(View.VISIBLE, largeResult.findViewById(R.id.availability).getVisibility()); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()344 assertEquals(largeResult.findViewById(R.id.availability).getContentDescription(), in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()[all …]