Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationHistoryActivity.java79 private ViewGroup mHistoryEmpty; field in NotificationHistoryActivity
240 mHistoryEmpty = findViewById(R.id.history_on_empty); in onCreate()
287 mHistoryEmpty.setVisibility(View.VISIBLE); in onResume()
346 mHistoryEmpty.setVisibility(View.GONE); in toggleViews()
368 mHistoryEmpty.setVisibility(View.VISIBLE);
372 mHistoryEmpty.setVisibility(View.GONE);