HomeSort by relevance Sort by last modified time
    Searched refs:USER_TIMEOUT (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 136 private static final int USER_TIMEOUT = 2;
249 if (mSessionStatusHandler.hasMessages(USER_TIMEOUT)) {
334 mSessionStatusHandler.removeMessages(USER_TIMEOUT);
655 .obtainMessage(USER_TIMEOUT), USER_CONFIRM_TIMEOUT_VALUE);
691 case USER_TIMEOUT:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 99 private static final int USER_TIMEOUT = 2;
339 case USER_TIMEOUT:
807 //Queue USER_TIMEOUT to disconnect MAP OBEX session. If user doesn't
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 54 private static final int USER_TIMEOUT = 2;
404 case USER_TIMEOUT:
664 Message msg = mSessionStatusHandler.obtainMessage(USER_TIMEOUT);
748 mSessionStatusHandler.removeMessages(USER_TIMEOUT);
    [all...]

Completed in 3110 milliseconds