Home
last modified time | relevance | path

Searched refs:ATT_VIBRATION_ENABLED (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannel.java78 private static final String ATT_VIBRATION_ENABLED = "vibration_enabled"; field in NotificationChannel
724 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()