Searched refs:ATT_VIBRATION_ENABLED (Results 1 – 1 of 1) sorted by relevance
78 private static final String ATT_VIBRATION_ENABLED = "vibration_enabled"; field in NotificationChannel724 enableVibration(safeBool(parser, ATT_VIBRATION_ENABLED, false)); in populateFromXml()827 out.attribute(null, ATT_VIBRATION_ENABLED, Boolean.toString(shouldVibrate())); in writeXml()890 record.put(ATT_VIBRATION_ENABLED, Boolean.toString(shouldVibrate())); in toJson()