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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java258 private String mVibrateNotificationKey; field in class:NotificationManagerService
664 mVibrateNotificationKey = null;
2404 pw.println(" mVibrateNotificationKey=" + mVibrateNotificationKey);
2827 boolean wasBuzz = key != null && key.equals(mVibrateNotificationKey);
2914 mVibrateNotificationKey = key;
3344 if (canceledKey.equals(mVibrateNotificationKey)) {
3345 mVibrateNotificationKey = null;

Completed in 27 milliseconds