Searched refs:subtext (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | PeopleTileViewHelperTest.java | 365 assertEquals(View.GONE, result.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored() 449 assertEquals(View.GONE, result.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithStatusTemplate() 536 assertEquals(View.GONE, result.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithStatusTemplateWithImageOnMediumAndLarge() 733 assertEquals(View.GONE, result.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithMissedCallNotification() 799 assertEquals(View.GONE, result.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithNotificationTemplate() 876 TextView subtext = (TextView) result.findViewById(R.id.subtext); in testCreateRemoteViewsWithNotificationWithSenderTemplate() local 877 assertEquals(View.VISIBLE, result.findViewById(R.id.subtext).getVisibility()); in testCreateRemoteViewsWithNotificationWithSenderTemplate() 878 assertEquals(subtext.getText(), SENDER); in testCreateRemoteViewsWithNotificationWithSenderTemplate() 925 subtext = (TextView) largeResult.findViewById(R.id.subtext); in testCreateRemoteViewsWithNotificationWithSenderTemplate() 927 assertEquals(subtext.getText(), SENDER); in testCreateRemoteViewsWithNotificationWithSenderTemplate() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleTileViewHelper.java | 751 views.setViewVisibility(R.id.subtext, View.VISIBLE); in createNotificationRemoteViews() 752 views.setTextViewText(R.id.subtext, sender); in createNotificationRemoteViews() 754 views.setViewVisibility(R.id.subtext, View.GONE); in createNotificationRemoteViews() 1128 views.setViewVisibility(R.id.subtext, View.GONE); in setViewForContentLayout()
|