Searched refs:isFgServiceShown (Results 1 – 2 of 2) sorted by relevance
637 public boolean isFgServiceShown() { in isFgServiceShown() method in NotificationChannel835 if (isFgServiceShown()) { in writeXml()836 out.attribute(null, ATT_FG_SERVICE_SHOWN, Boolean.toString(isFgServiceShown())); in writeXml()892 record.put(ATT_FG_SERVICE_SHOWN, Boolean.toString(isFgServiceShown())); in toJson()994 && isFgServiceShown() == that.isFgServiceShown() in equals()1016 isFgServiceShown(), mVibrationEnabled, mShowBadge, isDeleted(), getGroup(), in hashCode()
4725 final boolean fgServiceShown = channel.isFgServiceShown();