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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 134 private static final int USER_TIMEOUT = 2;
246 if (mSessionStatusHandler.hasMessages(USER_TIMEOUT)) {
301 mSessionStatusHandler.removeMessages(USER_TIMEOUT);
613 .obtainMessage(USER_TIMEOUT), USER_CONFIRM_TIMEOUT_VALUE);
647 case USER_TIMEOUT:
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 110 private static final int USER_TIMEOUT = 2;
456 case USER_TIMEOUT:

Completed in 140 milliseconds