Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java83 private static final String ATT_FG_SERVICE_SHOWN = "fgservice"; field in NotificationChannel
733 setFgServiceShown(safeBool(parser, ATT_FG_SERVICE_SHOWN, false)); in populateFromXml()
840 out.attribute(null, ATT_FG_SERVICE_SHOWN, Boolean.toString(isFgServiceShown())); in writeXml()
896 record.put(ATT_FG_SERVICE_SHOWN, Boolean.toString(isFgServiceShown())); in toJson()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7975 Landroid/app/NotificationChannel;->ATT_FG_SERVICE_SHOWN:Ljava/lang/String;