Home
last modified time | relevance | path

Searched defs:CallState (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallState.java27 public final class CallState { class
29 private CallState() {} in CallState() method in CallState
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py175 class CallState(enum.IntEnum): class
Dandroid_bluetooth_decorator.py832 call_state: Union[int, bt_constants.CallState],
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs154 pub enum CallState { enum
281 pub type CallState = ffi::CallState; typedef