Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java163 private static final int MSG_SET_FUNCTIONS_TIMEOUT = 15; field in UsbDeviceManager
1928 case MSG_SET_FUNCTIONS_TIMEOUT: in handleMessage()
2060 if ((mCurrentRequest != mRequest) || !hasMessages(MSG_SET_FUNCTIONS_TIMEOUT) in setCurrentUsbFunctionsCb()
2065 removeMessages(MSG_SET_FUNCTIONS_TIMEOUT); in setCurrentUsbFunctionsCb()
2094 removeMessages(MSG_SET_FUNCTIONS_TIMEOUT); in setUsbConfig()
2120 sendMessageDelayed(MSG_SET_FUNCTIONS_TIMEOUT, chargingFunctions, in setUsbConfig()