Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java256 private String mVibrateNotificationKey; field in NotificationManagerService
662 mVibrateNotificationKey = null; in clearVibrateLocked()
2401 pw.println(" mVibrateNotificationKey=" + mVibrateNotificationKey); in dumpImpl()
2824 boolean wasBuzz = key != null && key.equals(mVibrateNotificationKey); in buzzBeepBlinkLocked()
2911 mVibrateNotificationKey = key; in buzzBeepBlinkLocked()
3341 if (canceledKey.equals(mVibrateNotificationKey)) { in cancelNotificationLocked()
3342 mVibrateNotificationKey = null; in cancelNotificationLocked()