Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java599 private static long sLastExpandedTimestamp; // quick hack to keep things from collapsing field in NotificationStation.HistoricalNotificationPreference
624 extra.setVisibility(mInfo.timestamp == sLastExpandedTimestamp in onBindViewHolder()
633 sLastExpandedTimestamp = mInfo.timestamp; in onBindViewHolder()
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationStation.java673 private static long sLastExpandedTimestamp; // quick hack to keep things from collapsing field in NotificationStation.HistoricalNotificationPreference
699 sLastExpandedTimestamp = mInfo.timestamp; in onBindViewHolder()
743 mInfo.timestamp == sLastExpandedTimestamp ? View.VISIBLE : View.GONE); in updatePreference()