Home
last modified time | relevance | path

Searched refs:SHUTDOWN (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java125 static final int SHUTDOWN = 3; field in BluetoothPbapService
389 case SHUTDOWN: in handleMessage()
529 mSessionStatusHandler.obtainMessage(SHUTDOWN).sendToTarget(); in stop()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java99 private static final int SHUTDOWN = 4; field in BluetoothMapService
387 case SHUTDOWN: in handleMessage()
969 if (mSessionStatusHandler.hasMessages(SHUTDOWN)) { in sendShutdownMessage()
977 Message msg = mSessionStatusHandler.obtainMessage(SHUTDOWN); in sendShutdownMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java52 private static final int SHUTDOWN = 3; field in SapService
494 case SHUTDOWN:
741 mSessionStatusHandler.obtainMessage(SHUTDOWN).sendToTarget(); in sendShutdownMessage()