Searched refs:smallResult (Results 1 – 1 of 1) sorted by relevance
234 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithLastInteractionTime() local237 assertEquals(View.VISIBLE, smallResult.findViewById(R.id.name).getVisibility()); in testCreateRemoteViewsWithLastInteractionTime()238 assertEquals(View.GONE, smallResult.findViewById(R.id.predefined_icon).getVisibility()); in testCreateRemoteViewsWithLastInteractionTime()240 assertEquals(View.VISIBLE, smallResult.findViewById(R.id.person_icon).getVisibility()); in testCreateRemoteViewsWithLastInteractionTime()242 assertEquals(View.GONE, smallResult.findViewById(R.id.messages_count).getVisibility()); in testCreateRemoteViewsWithLastInteractionTime()306 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored() local309 assertEquals(View.VISIBLE, smallResult.findViewById(R.id.name).getVisibility()); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()310 assertEquals(View.GONE, smallResult.findViewById(R.id.predefined_icon).getVisibility()); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()313 smallResult.findViewById(R.id.person_icon).getVisibility()); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()315 assertEquals(View.GONE, smallResult.findViewById(R.id.messages_count).getVisibility()); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()[all …]