Home
last modified time | relevance | path

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

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationsPanelAdapter.java95 boolean dismissible = mCursor.getInt(TvNotification.COLUMN_INDEX_DISMISSIBLE) != 0; in getItemViewType()
DTvNotification.java34 public static final int COLUMN_INDEX_DISMISSIBLE = 4; field in TvNotification