Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java195 private int mLastNotificationId; field in Tethering
635 if (mLastNotificationId != 0) { in showTetheredNotification()
636 if (mLastNotificationId == icon) { in showTetheredNotification()
639 notificationManager.cancelAsUser(null, mLastNotificationId, in showTetheredNotification()
641 mLastNotificationId = 0; in showTetheredNotification()
677 mLastNotificationId = id; in showTetheredNotification()
679 notificationManager.notifyAsUser(null, mLastNotificationId, in showTetheredNotification()
687 if (notificationManager != null && mLastNotificationId != 0) { in clearTetheredNotification()
688 notificationManager.cancelAsUser(null, mLastNotificationId, in clearTetheredNotification()
690 mLastNotificationId = 0; in clearTetheredNotification()