Searched refs:isFgServiceShown (Results 1 – 3 of 3) sorted by relevance
640 public boolean isFgServiceShown() { in isFgServiceShown() method in NotificationChannel839 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()
4858 final boolean fgServiceShown = channel.isFgServiceShown();
8000 Landroid/app/NotificationChannel;->isFgServiceShown()Z