Searched refs:mUsbNotificationId (Results 1 – 1 of 1) sorted by relevance
455 private int mUsbNotificationId; field in UsbDeviceManager.UsbHandler1037 if (mUsbNotificationId != 0) { in updateUsbNotification()1038 mNotificationManager.cancelAsUser(null, mUsbNotificationId, in updateUsbNotification()1040 mUsbNotificationId = 0; in updateUsbNotification()1090 if (id != mUsbNotificationId || force) { in updateUsbNotification()1092 if (mUsbNotificationId != 0) { in updateUsbNotification()1093 mNotificationManager.cancelAsUser(null, mUsbNotificationId, in updateUsbNotification()1096 mUsbNotificationId = 0; in updateUsbNotification()1102 mUsbNotificationId = 0; in updateUsbNotification()1164 mUsbNotificationId = id; in updateUsbNotification()