Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java102 private static final String ATT_FG_SERVICE_SHOWN = "fgservice"; field in NotificationChannel
899 setFgServiceShown(safeBool(parser, ATT_FG_SERVICE_SHOWN, false)); in populateFromXml()
1011 out.attribute(null, ATT_FG_SERVICE_SHOWN, Boolean.toString(isFgServiceShown())); in writeXml()
1082 record.put(ATT_FG_SERVICE_SHOWN, Boolean.toString(isFgServiceShown())); in toJson()