Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidHostService.java84 private static final int MESSAGE_SET_IDLE_TIME = 16; field in HidHostService
315 case MESSAGE_SET_IDLE_TIME: {
750 Message msg = mHandler.obtainMessage(MESSAGE_SET_IDLE_TIME); in setIdleTime()