Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java640 public boolean isFgServiceShown() { in isFgServiceShown() method in NotificationChannel
839 if (isFgServiceShown()) { in writeXml()
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()
998 && isFgServiceShown() == that.isFgServiceShown() in equals()
1020 isFgServiceShown(), mVibrationEnabled, mShowBadge, isDeleted(), getGroup(), in hashCode()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4858 final boolean fgServiceShown = channel.isFgServiceShown();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8000 Landroid/app/NotificationChannel;->isFgServiceShown()Z