Searched refs:isFgServiceShown (Results 1 – 4 of 4) sorted by relevance
768 public boolean isFgServiceShown() { in isFgServiceShown() method in NotificationChannel1010 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()
660 Landroid/app/NotificationChannel;->isFgServiceShown()Z
2758 HSPLandroid/app/NotificationChannel;->isFgServiceShown()Z
5713 final boolean fgServiceShown = channel.isFgServiceShown();