Home | History | Annotate | Download | only in usb

Lines Matching refs:DISCONNECT

85     private int mNumConnects;    // TOTAL # of connect/disconnect
102 static final int DISCONNECT =
126 if (mMode != DISCONNECT) {
145 if (mMode != DISCONNECT) {
156 pw.println(formatTime() + " Disconnect " + mDeviceAddress);
161 if (mMode != DISCONNECT) {
173 pw.println(formatTime() + " Disconnect " + mDeviceAddress);
178 if (mMode != DISCONNECT) {
191 pw.println(formatTime() + " Disconnect " + mDeviceAddress);
198 if (mMode != DISCONNECT) {
222 pw.println(formatTime() + " Disconnect " + mDeviceAddress);
299 if (mode != ConnectionRecord.DISCONNECT) {
420 addConnectionRecord(deviceAddress, ConnectionRecord.DISCONNECT, null);