Searched refs:mLastNotificationId (Results 1 – 1 of 1) sorted by relevance
195 private int mLastNotificationId; field in Tethering635 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()