Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapServiceTest.java20 import static com.android.bluetooth.map.BluetoothMapService.USER_TIMEOUT;
134 verify(handler, timeout(1_000)).messageArrived(eq(USER_TIMEOUT), anyInt(), anyInt(), any()); in sendConnectTimeoutMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java58 private static final int USER_TIMEOUT = 2; field in SapService
448 case USER_TIMEOUT:
795 Message msg = mSessionStatusHandler.obtainMessage(USER_TIMEOUT); in sendConnectTimeoutMessage()
890 mSessionStatusHandler.removeMessages(USER_TIMEOUT); in handleAclDisconnected()
891 mSessionStatusHandler.obtainMessage(USER_TIMEOUT).sendToTarget(); in handleAclDisconnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java105 @VisibleForTesting static final int USER_TIMEOUT = 2; field in BluetoothMapService
377 case USER_TIMEOUT: in handleMessage()
1062 Message msg = mSessionStatusHandler.obtainMessage(USER_TIMEOUT); in sendConnectTimeoutMessage()
1141 mSessionStatusHandler.removeMessages(USER_TIMEOUT); in onReceive()
1215 mSessionStatusHandler.removeMessages(USER_TIMEOUT); in handleAclDisconnected()
1216 mSessionStatusHandler.obtainMessage(USER_TIMEOUT).sendToTarget(); in handleAclDisconnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java115 static final int USER_TIMEOUT = 2; field in BluetoothPbapService
236 mSessionStatusHandler.removeMessages(USER_TIMEOUT, sm); in parseIntent()
511 case USER_TIMEOUT: in handleMessage()
984 BluetoothPbapService.USER_TIMEOUT, stateMachine); in checkOrGetPhonebookPermission()
DPbapStateMachine.java258 BluetoothPbapService.USER_TIMEOUT, PbapStateMachine.this); in processMessage()
260 .obtainMessage(BluetoothPbapService.USER_TIMEOUT, PbapStateMachine.this) in processMessage()