Home
last modified time | relevance | path

Searched defs:CallInfo (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java36 class CallInfo { class
42 public CallInfo(CallerInfo callerInfo, PhoneAccountHandle phoneAccountHandle, Uri handle, in CallInfo() method in MissedCallNotifier.CallInfo
50 public CallInfo(Call call) { in CallInfo() method in MissedCallNotifier.CallInfo
DAnalytics.java176 public static class CallInfo { class in Analytics
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs94 pub struct CallInfo { struct
95 index: i32,
96 dir_incoming: bool,
97 state: CallState,
98 number: String,
150 call_list: &Vec<CallInfo>, in current_calls_query_response()
193 pub type CallInfo = ffi::CallInfo; typedef
385 call_list: &Vec<CallInfo>, in current_calls_query_response()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DDisconnectedCallNotifier.java74 private static class CallInfo { class in DisconnectedCallNotifier
83 public CallInfo(UserHandle userHandle, Uri handle, long endTimeMs, Bitmap callerInfoIcon, in CallInfo() method in DisconnectedCallNotifier.CallInfo
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1318 public class CallInfo { class in BluetoothInCallService