Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java169 private static final int MSG_INCREASE_SENDSTRING_COUNT = 21; field in UsbDeviceManager
244 mHandler.sendEmptyMessage(MSG_INCREASE_SENDSTRING_COUNT); in onUEvent()
1099 case MSG_INCREASE_SENDSTRING_COUNT: { in handleMessage()