Home
last modified time | relevance | path

Searched refs:smallResult (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleTileViewHelperTest.java234 View smallResult = smallView.apply(mContext, null); in testCreateRemoteViewsWithLastInteractionTime() local
237 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() local
309 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 …]