Searched refs:mUsbNotificationId (Results 1 – 1 of 1) sorted by relevance
470 private int mUsbNotificationId; field in UsbDeviceManager.UsbHandler1057 if (mUsbNotificationId != 0) { in updateUsbNotification()1058 mNotificationManager.cancelAsUser(null, mUsbNotificationId, in updateUsbNotification()1060 mUsbNotificationId = 0; in updateUsbNotification()1110 if (id != mUsbNotificationId || force) { in updateUsbNotification()1112 if (mUsbNotificationId != 0) { in updateUsbNotification()1113 mNotificationManager.cancelAsUser(null, mUsbNotificationId, in updateUsbNotification()1116 mUsbNotificationId = 0; in updateUsbNotification()1176 mUsbNotificationId = id; in updateUsbNotification()