Searched defs:USER_TIMEOUT (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java136 private static final int USER_TIMEOUT = 2; field in class:BluetoothPbapService
249 if (mSessionStatusHandler.hasMessages(USER_TIMEOUT)) {
334 mSessionStatusHandler.removeMessages(USER_TIMEOUT);
655 .obtainMessage(USER_TIMEOUT), USER_CONFIRM_TIMEOUT_VALUE);
691 case USER_TIMEOUT:
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java53 private static final int USER_TIMEOUT = 2; field in class:SapService
403 case USER_TIMEOUT:
674 Message msg = mSessionStatusHandler.obtainMessage(USER_TIMEOUT);
759 mSessionStatusHandler.removeMessages(USER_TIMEOUT);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java106 private static final int USER_TIMEOUT = 2; field in class:BluetoothMapService
364 case USER_TIMEOUT:
893 //Queue USER_TIMEOUT to disconnect MAP OBEX session. If user doesn't
958 Message msg = mSessionStatusHandler.obtainMessage(USER_TIMEOUT);
1038 mSessionStatusHandler.removeMessages(USER_TIMEOUT);
1144 mSessionStatusHandler.removeMessages(USER_TIMEOUT);

Completed in 98 milliseconds