Searched refs:mLastNotificationId (Results 1 – 1 of 1) sorted by relevance
163 private int mLastNotificationId; field in Tethering712 if (mLastNotificationId != 0) { in showTetheredNotification()713 if (mLastNotificationId == icon) { in showTetheredNotification()716 notificationManager.cancelAsUser(null, mLastNotificationId, in showTetheredNotification()718 mLastNotificationId = 0; in showTetheredNotification()746 mLastNotificationId = icon; in showTetheredNotification()748 notificationManager.notifyAsUser(null, mLastNotificationId, in showTetheredNotification()755 if (notificationManager != null && mLastNotificationId != 0) { in clearTetheredNotification()756 notificationManager.cancelAsUser(null, mLastNotificationId, in clearTetheredNotification()758 mLastNotificationId = 0; in clearTetheredNotification()