Searched refs:subtext (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
D | PeopleTileViewHelperTest.java | 365 assertEquals(View.GONE, result.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored() 421 assertEquals(View.GONE, largeResult.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored() 449 assertEquals(View.GONE, result.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithStatusTemplate() 506 assertEquals(View.GONE, largeResult.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithStatusTemplate() 536 assertEquals(View.GONE, result.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithStatusTemplateWithImageOnMediumAndLarge() 557 assertEquals(View.GONE, largeResult.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithStatusTemplateWithImageOnMediumAndLarge() 733 assertEquals(View.GONE, result.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithMissedCallNotification() 771 assertEquals(View.GONE, largeResult.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithMissedCallNotification() 799 assertEquals(View.GONE, result.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithNotificationTemplate() 844 assertEquals(View.GONE, largeResult.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithNotificationTemplate() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
D | PeopleTileViewHelper.java | 757 views.setViewVisibility(R.id.subtext, View.VISIBLE); in createNotificationRemoteViews() 758 views.setTextViewText(R.id.subtext, sender); in createNotificationRemoteViews() 760 views.setViewVisibility(R.id.subtext, View.GONE); in createNotificationRemoteViews() 1134 views.setViewVisibility(R.id.subtext, View.GONE); in setViewForContentLayout()
|