Searched defs:CallInfo (Results  1 – 5 of 5) sorted by relevance
| /packages/services/Telecomm/src/com/android/server/telecom/ | 
| D | MissedCallNotifier.java | 36     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
  | 
| D | Analytics.java | 176     public static class CallInfo {  class in Analytics
  | 
| /packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ | 
| D | hfp.rs | 94     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/ | 
| D | DisconnectedCallNotifier.java | 74     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/ | 
| D | BluetoothInCallService.java | 1318     public class CallInfo {  class in BluetoothInCallService
  |