Searched refs:isFgServiceShown (Results 1 – 3 of 3) 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()
4739 final boolean fgServiceShown = channel.isFgServiceShown();
8525 Landroid/app/NotificationChannel;->isFgServiceShown()Z