Searched refs:mUsbNotificationId (Results 1 – 1 of 1) sorted by relevance
546 private int mUsbNotificationId; field in UsbDeviceManager.UsbHandler1447 if (mUsbNotificationId != 0) { in updateUsbNotification()1448 mNotificationManager.cancelAsUser(null, mUsbNotificationId, in updateUsbNotification()1450 mUsbNotificationId = 0; in updateUsbNotification()1510 if (id != mUsbNotificationId || force) { in updateUsbNotification()1512 if (mUsbNotificationId != 0) { in updateUsbNotification()1513 mNotificationManager.cancelAsUser(null, mUsbNotificationId, in updateUsbNotification()1516 mUsbNotificationId = 0; in updateUsbNotification()1524 mUsbNotificationId = 0; in updateUsbNotification()1589 mUsbNotificationId = id; in updateUsbNotification()