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.java72 private static final String ATT_VIBRATION_ENABLED = "vibration_enabled"; field in NotificationChannel
636 enableVibration(safeBool(parser, ATT_VIBRATION_ENABLED, false)); in populateFromXml()
738 out.attribute(null, ATT_VIBRATION_ENABLED, Boolean.toString(shouldVibrate())); in writeXml()
795 record.put(ATT_VIBRATION_ENABLED, Boolean.toString(shouldVibrate())); in toJson()