/packages/services/Telecomm/src/com/android/server/telecom/ |
D | MissedCallNotifier.java | 31 public CallInfo makeCallInfo(CallerInfo callerInfo, PhoneAccountHandle phoneAccountHandle, in makeCallInfo() 33 return new CallInfo(callerInfo, phoneAccountHandle, handle, creationTimeMillis); in makeCallInfo() 37 class CallInfo { class 43 public CallInfo(CallerInfo callerInfo, PhoneAccountHandle phoneAccountHandle, Uri handle, in CallInfo() method in MissedCallNotifier.CallInfo 51 public CallInfo(Call call) { in CallInfo() method in MissedCallNotifier.CallInfo 89 void showMissedCallNotification(CallInfo call, @Nullable Uri uri); in showMissedCallNotification()
|
D | Analytics.java | 176 public static class CallInfo { class in Analytics 231 public static class CallInfoImpl extends CallInfo { 669 public static CallInfo initiateCallAnalytics(String callId, int direction) { in initiateCallAnalytics()
|
D | CallLogManager.java | 280 new MissedCallNotifier.CallInfo(call), uri); in logCall() 283 new MissedCallNotifier.CallInfo(call), /* uri= */ null); in logCall()
|
D | LogUtils.java | 283 Analytics.CallInfo callInfo = callRecordEntry.getAnalytics(); in eventRecordAdded()
|
D | Call.java | 569 private Analytics.CallInfo mAnalytics = new Analytics.CallInfo(); 1040 public Analytics.CallInfo getAnalytics() { in getAnalytics()
|
D | CallsManager.java | 1103 new MissedCallNotifier.CallInfo(incomingCall), /* uri= */ null); in onCallFilteringComplete()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | DisconnectedCallNotifier.java | 75 private static class CallInfo { class in DisconnectedCallNotifier 84 public CallInfo(UserHandle userHandle, Uri handle, long endTimeMs, Bitmap callerInfoIcon, in CallInfo() method in DisconnectedCallNotifier.CallInfo 117 private CallInfo mPendingCallNotification; 150 mPendingCallNotification = new CallInfo(userHandle, call.getHandle(), in onCallStateChanged() 156 private void showDisconnectedNotification(@NonNull CallInfo call) { in showDisconnectedNotification() 254 private String getNameForCallNotification(@NonNull CallInfo call) { in getNameForCallNotification() 346 private boolean canRespondViaSms(@NonNull CallInfo call) { in canRespondViaSms()
|
D | MissedCallNotifierImpl.java | 272 private void sendNotificationThroughDefaultDialer(String dialerPackage, CallInfo callInfo, in sendNotificationThroughDefaultDialer() 307 public void showMissedCallNotification(@NonNull CallInfo callInfo, @Nullable Uri uri) { in showMissedCallNotification() 321 private void showMissedCallNotification(@NonNull CallInfo callInfo, UserHandle userHandle, in showMissedCallNotification() 475 private String getNameForMissedCallNotification(@NonNull CallInfo callInfo) { in getNameForMissedCallNotification() 601 private boolean canRespondViaSms(@NonNull CallInfo callInfo) { in canRespondViaSms() 687 CallInfo callInfo = callInfoFactory.makeCallInfo( in reloadFromDatabase() 703 CallInfo callInfo = callInfoFactory.makeCallInfo( in reloadFromDatabase()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | MissedCallNotifierImplTest.java | 240 MissedCallNotifier.CallInfo fakeCall = makeFakeCallInfo(TEL_CALL_HANDLE, CALLER_NAME, in testDefaultDialerIncrement() 261 MissedCallNotifier.CallInfo fakeCall = makeFakeCallInfo(TEL_CALL_HANDLE, CALLER_NAME, in testCallLogUriSentToNotifier() 299 MissedCallNotifier.CallInfo fakeCall = makeFakeCallInfo(TEL_CALL_HANDLE, CALLER_NAME, in cancelNotificationTestInternal() 327 MissedCallNotifier.CallInfo fakeCall = makeFakeCallInfo(TEL_CALL_HANDLE, CALLER_NAME, in testNotifyMultipleMissedCalls() 427 MissedCallNotifier.CallInfo fakeCall = makeFakeCallInfo(TEL_CALL_HANDLE, CALLER_NAME, in notifySingleCallTestInternal() 494 MissedCallNotifier.CallInfo fakeCall = in testNoSmsBackAfterMissedSipCall() 540 MissedCallNotifier.CallInfo fakeCallInfo = makeFakeCallInfo(TEL_CALL_HANDLE, in testLoadOneCallFromDb() 610 MissedCallNotifier.CallInfo fakeCallInfo = makeFakeCallInfo(TEL_CALL_HANDLE, in testLoadTwoCallsFromDb() 667 MissedCallNotifier.CallInfo fakeCall = in testDialerHandleMissedCall() 723 private MissedCallNotifier.CallInfo makeFakeCallInfo(Uri handle, String name, long timestamp, in makeFakeCallInfo() [all …]
|
D | MissedCallNotifierTest.java | 66 MissedCallNotifier.CallInfo callInfo = new MissedCallNotifier.CallInfoFactory() in testCallInfoFactory() 82 MissedCallNotifier.CallInfo callInfo = new MissedCallNotifier.CallInfoFactory() in testCallInfoFactoryNullParam()
|
D | VideoProviderProxyTest.java | 53 @Mock private Analytics.CallInfo mCallInfo;
|
D | CallLogManagerTest.java | 107 private Analytics.CallInfo mCallInfo; 173 mCallInfo = new Analytics.CallInfo(); in setUp() 455 .showMissedCallNotification(any(MissedCallNotifier.CallInfo.class), in testLogCallDirectionMissedAddCallUriForMissedCallsFlagOff() 486 .showMissedCallNotification(any(MissedCallNotifier.CallInfo.class), in testLogCallDirectionMissedAddCallUriForMissedCallsFlagOn()
|
D | MissedInformationTest.java | 94 @Mock Analytics.CallInfo mCallInfo;
|
D | TelecomSystemTest.java | 165 List<CallInfo> missedCallsNotified = new ArrayList<>(); 173 public void showMissedCallNotification(CallInfo call, @Nullable Uri uri) { in showMissedCallNotification()
|
D | InCallControllerTests.java | 216 when(mMockCall.getAnalytics()).thenReturn(new Analytics.CallInfo()); in setUp() 1919 when(call.getAnalytics()).thenReturn(new Analytics.CallInfo()); in setupFakeSystemCall()
|
D | CallsManagerTest.java | 2735 any(MissedCallNotifier.CallInfo.class), /* uri= */ eq(null)); in testCallScreeningServiceRequestShowNotification()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/ |
D | hfp_shim.h | 31 struct CallInfo; 49 uint32_t current_calls_query_response(const ::rust::Vec<CallInfo>& call_list, RawAddress addr);
|
D | hfp_shim.cc | 371 const ::rust::Vec<CallInfo>& call_list, RawAddress addr) { in current_calls_query_response()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hfp.rs | 164 pub struct CallInfo { struct 221 call_list: &Vec<CallInfo>, in current_calls_query_response() argument 282 pub type CallInfo = ffi::CallInfo; typedef 517 call_list: &Vec<CallInfo>, in current_calls_query_response() argument
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | CallInfoTest.java | 63 private BluetoothInCallService.CallInfo mMockCallInfo; 69 mMockCallInfo = spy(mBluetoothInCallService.new CallInfo()); in setUp()
|
D | BluetoothInCallServiceTest.java | 108 @Mock private BluetoothInCallService.CallInfo mMockCallInfo;
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 140 public CallInfo mCallInfo = new CallInfo(); 1402 public class CallInfo { class in BluetoothInCallService
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_media.rs | 20 BthfAudioState, BthfConnectionState, CallHoldCommand, CallInfo, CallState, EscoCodingFormat, 477 call_list: Vec<CallInfo>, 2736 self.call_list.push(CallInfo { in incoming_call_impl() 2822 self.call_list.push(CallInfo { in dialing_call_impl() 3009 self.call_list.push(CallInfo { in place_active_call()
|