Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java768 public boolean isFgServiceShown() { in isFgServiceShown() method in NotificationChannel
1010 if (isFgServiceShown()) { in writeXml()
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()
1185 && isFgServiceShown() == that.isFgServiceShown() in equals()
1212 isFgServiceShown(), mVibrationEnabled, mShowBadge, isDeleted(), getGroup(), in hashCode()
/frameworks/base/config/
Dboot-profile.txt660 Landroid/app/NotificationChannel;->isFgServiceShown()Z
Dboot-image-profile.txt2758 HSPLandroid/app/NotificationChannel;->isFgServiceShown()Z
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java5713 final boolean fgServiceShown = channel.isFgServiceShown();