Searched refs:mUsbNotificationId (Results 1 – 1 of 1) sorted by relevance
499 private int mUsbNotificationId; field in UsbDeviceManager.UsbHandler1166 if (mUsbNotificationId != 0) { in updateUsbNotification()1167 mNotificationManager.cancelAsUser(null, mUsbNotificationId, in updateUsbNotification()1169 mUsbNotificationId = 0; in updateUsbNotification()1220 if (id != mUsbNotificationId || force) { in updateUsbNotification()1222 if (mUsbNotificationId != 0) { in updateUsbNotification()1223 mNotificationManager.cancelAsUser(null, mUsbNotificationId, in updateUsbNotification()1226 mUsbNotificationId = 0; in updateUsbNotification()1234 mUsbNotificationId = 0; in updateUsbNotification()1299 mUsbNotificationId = id; in updateUsbNotification()