Home
last modified time | relevance | path

Searched refs:Disconnected (Results 1 – 9 of 9) sorted by relevance

/packages/services/Telecomm/proto/
Dtelecom.proto194 // Disconnected because of an unknown or unspecified reason.
197 // Disconnected because there was an error, such as a problem
201 // Disconnected because of a local user-initiated action,
205 // Disconnected because of a remote user-initiated action,
209 // Disconnected because it has been canceled.
212 // Disconnected because there was no response to an incoming call.
215 // Disconnected because the user rejected an incoming call.
218 // Disconnected because the other party was busy.
221 // Disconnected because of a restriction on placing the call,
225 // Disconnected for reason not described by other disconnect codes.
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java112 mDisconnected = new Disconnected(); in PbapClientStateMachine()
125 class Disconnected extends State { class in PbapClientStateMachine
357 if (currentState instanceof Disconnected) { in getConnectionState()
408 if (getCurrentState() instanceof Disconnected) { in getDevice()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java133 mDisconnected = new Disconnected(); in MceStateMachine()
168 if (currentState.getClass() == Disconnected.class) { in getState()
279 class Disconnected extends State { class in MceStateMachine
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java75 assertTrue(mockSM.getCurrentState() instanceof HeadsetClientStateMachine.Disconnected); in testIncomingPriorityReject()
185 assertTrue(mockSM.getCurrentState() instanceof HeadsetClientStateMachine.Disconnected); in testIncomingTimeout()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java84 private Disconnected mDisconnected;
140 mDisconnected = new Disconnected(); in A2dpSinkStateMachine()
184 private class Disconnected extends State { class in A2dpSinkStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java71 private Disconnected mDisconnected;
132 mDisconnected = new Disconnected(); in A2dpStateMachine()
266 private class Disconnected extends State { class in A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java120 private final Disconnected mDisconnected;
698 mDisconnected = new Disconnected(); in HeadsetClientStateMachine()
762 class Disconnected extends State { class in HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java152 mDisconnected = new Disconnected(); in AvrcpControllerStateMachine()
180 class Disconnected extends State { class in AvrcpControllerStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java139 private Disconnected mDisconnected;
253 mDisconnected = new Disconnected(); in HeadsetStateMachine()
334 private class Disconnected extends State { class in HeadsetStateMachine