Searched refs:hasContentIntent (Results 1 – 1 of 1) sorted by relevance
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/ |
D | TvNotification.java | 64 … int progress, int progressMax, boolean hasContentIntent, Bitmap bigPicture, in TvNotification() argument 76 mHasContentIntent = hasContentIntent; in TvNotification() 123 public boolean hasContentIntent() { in hasContentIntent() method in TvNotification 158 boolean hasContentIntent = cursor.getInt(index++) != 0; in fromCursor() 166 smallIcon, channel, progress, progressMax, hasContentIntent, bigPicture, in fromCursor()
|