Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java112 static final int MSG_STATE_MACHINE_DONE = 5006; field in BluetoothPbapService
569 case MSG_STATE_MACHINE_DONE: in handleMessage()
DPbapStateMachine.java321 BluetoothPbapService.MSG_STATE_MACHINE_DONE, PbapStateMachine.this) in enter()