Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java141 private static final String ATT_VIBRATION_ENABLED = "vibration_enabled"; field in NotificationChannel
978 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7986 Landroid/app/NotificationChannel;->ATT_VIBRATION_ENABLED:Ljava/lang/String;