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.java134 private int mLastNotificationId; field in Tethering
454 if (mLastNotificationId != 0) { in showTetheredNotification()
455 if (mLastNotificationId == icon) { in showTetheredNotification()
458 notificationManager.cancelAsUser(null, mLastNotificationId, in showTetheredNotification()
460 mLastNotificationId = 0; in showTetheredNotification()
488 mLastNotificationId = icon; in showTetheredNotification()
490 notificationManager.notifyAsUser(null, mLastNotificationId, in showTetheredNotification()
497 if (notificationManager != null && mLastNotificationId != 0) { in clearTetheredNotification()
498 notificationManager.cancelAsUser(null, mLastNotificationId, in clearTetheredNotification()
500 mLastNotificationId = 0; in clearTetheredNotification()