Home
last modified time | relevance | path

Searched defs:DISCONNECTING (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_vc.h32 DISCONNECTING enumerator
Dbt_hearing_aid.h30 DISCONNECTING enumerator
Dbt_csis.h36 DISCONNECTING, enumerator
Dbt_has.h33 DISCONNECTING, enumerator
Dbt_le_audio.h34 DISCONNECTING enumerator
/packages/modules/Connectivity/framework/src/android/net/
DNetworkInfo.java77 CONNECTING, CONNECTED, SUSPENDED, DISCONNECTING, DISCONNECTED, UNKNOWN enumConstant
104 DISCONNECTING, enumConstant
135 stateMap.put(DetailedState.DISCONNECTING, State.DISCONNECTING); in stateMap.put()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallState.java106 public static final int DISCONNECTING = TelecomProtoEnums.DISCONNECTING; // = 9 field in CallState
/packages/apps/Dialer/java/com/android/incallui/call/state/
DDialerCallState.java31 public static final int DISCONNECTING = 9; /* A call is being ended. */ field in DialerCallState
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.h57 DISCONNECTING, enumerator
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc75 DISCONNECTING, enumerator
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapServer.java57 DISCONNECTED, CONNECTING, CONNECTING_CALL_ONGOING, CONNECTED, CONNECTED_BUSY, DISCONNECTING; enumConstant