Searched refs:ATT_VIBRATION_ENABLED (Results 1 – 2 of 2) sorted by relevance
141 private static final String ATT_VIBRATION_ENABLED = "vibration_enabled"; field in NotificationChannel978 enableVibration(safeBool(parser, ATT_VIBRATION_ENABLED, false)); in populateFromXml()1085 out.attributeBoolean(null, ATT_VIBRATION_ENABLED, shouldVibrate()); in writeXml()1166 record.put(ATT_VIBRATION_ENABLED, Boolean.toString(shouldVibrate())); in toJson()
7986 Landroid/app/NotificationChannel;->ATT_VIBRATION_ENABLED:Ljava/lang/String;