Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java149 private static final String ATT_VIBRATION_ENABLED = "vibration_enabled"; field in NotificationChannel
974 enableVibration(safeBool(parser, ATT_VIBRATION_ENABLED, false)); in populateFromXml()
1157 out.attributeBoolean(null, ATT_VIBRATION_ENABLED, shouldVibrate()); in writeXml()
1238 record.put(ATT_VIBRATION_ENABLED, Boolean.toString(shouldVibrate())); in toJson()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7986 Landroid/app/NotificationChannel;->ATT_VIBRATION_ENABLED:Ljava/lang/String;