Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationView.java66 private TextView mEmptyNotificationHeaderText; field in CarNotificationView
100 mEmptyNotificationHeaderText = findViewById(R.id.empty_notification_text); in onFinishInflate()
237 mEmptyNotificationHeaderText.setVisibility(View.GONE); in refreshVisibility()
240 mEmptyNotificationHeaderText.setVisibility(View.VISIBLE); in refreshVisibility()