Home
last modified time | relevance | path

Searched refs:MSG_INCREASE_SENDSTRING_COUNT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java180 private static final int MSG_INCREASE_SENDSTRING_COUNT = 21; field in UsbDeviceManager
274 mHandler.sendEmptyMessage(MSG_INCREASE_SENDSTRING_COUNT); in onUEvent()
1374 case MSG_INCREASE_SENDSTRING_COUNT: { in handleMessage()