Searched defs:ATT_VIBRATION_ENABLED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java71 private static final String ATT_VIBRATION_ENABLED = "vibration_enabled"; field in class:NotificationChannel
605 enableVibration(safeBool(parser, ATT_VIBRATION_ENABLED, false));
706 out.attribute(null, ATT_VIBRATION_ENABLED, Boolean.toString(shouldVibrate()));
760 record.put(ATT_VIBRATION_ENABLED, Boolean.toString(shouldVibrate()));

Completed in 46 milliseconds