Home
last modified time | relevance | path

Searched refs:CallInfo (Results 1 – 11 of 11) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java30 public CallInfo makeCallInfo(CallerInfo callerInfo, PhoneAccountHandle phoneAccountHandle, in makeCallInfo()
32 return new CallInfo(callerInfo, phoneAccountHandle, handle, creationTimeMillis); in makeCallInfo()
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
88 void showMissedCallNotification(CallInfo call); in showMissedCallNotification()
DAnalytics.java153 public static class CallInfo { class in Analytics
198 public static class CallInfoImpl extends CallInfo {
546 public static CallInfo initiateCallAnalytics(String callId, int direction) { in initiateCallAnalytics()
DCall.java375 private Analytics.CallInfo mAnalytics;
500 mAnalytics = new Analytics.CallInfo(); in Call()
576 public Analytics.CallInfo getAnalytics() { in getAnalytics()
DLogUtils.java173 Analytics.CallInfo callInfo = callRecordEntry.getAnalytics(); in eventRecordAdded()
DCallLogManager.java179 new MissedCallNotifier.CallInfo(call)); in logCall()
DCallsManager.java504 new MissedCallNotifier.CallInfo(incomingCall)); in onCallFilteringComplete()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierImplTest.java201 MissedCallNotifier.CallInfo fakeCall = makeFakeCallInfo(TEL_CALL_HANDLE, CALLER_NAME, in cancelNotificationTestInternal()
228 MissedCallNotifier.CallInfo fakeCall = makeFakeCallInfo(TEL_CALL_HANDLE, CALLER_NAME, in testNotifyMultipleMissedCalls()
322 MissedCallNotifier.CallInfo fakeCall = makeFakeCallInfo(TEL_CALL_HANDLE, CALLER_NAME, in notifySingleCallTestInternal()
387 MissedCallNotifier.CallInfo fakeCall = in testNoSmsBackAfterMissedSipCall()
432 MissedCallNotifier.CallInfo fakeCallInfo = makeFakeCallInfo(TEL_CALL_HANDLE, in testLoadOneCallFromDb()
500 MissedCallNotifier.CallInfo fakeCallInfo = makeFakeCallInfo(TEL_CALL_HANDLE, in testLoadTwoCallsFromDb()
550 private MissedCallNotifier.CallInfo makeFakeCallInfo(Uri handle, String name, long timestamp, in makeFakeCallInfo()
552 MissedCallNotifier.CallInfo fakeCall = mock(MissedCallNotifier.CallInfo.class); in makeFakeCallInfo()
DTelecomSystemTest.java134 List<CallInfo> missedCallsNotified = new ArrayList<>();
142 public void showMissedCallNotification(CallInfo call) { in showMissedCallNotification()
DInCallControllerTests.java108 when(mMockCall.getAnalytics()).thenReturn(new Analytics.CallInfo()); in setUp()
DCallLogManagerTest.java299 .showMissedCallNotification(any(MissedCallNotifier.CallInfo.class)); in testLogCallDirectionMissed()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java227 private void sendNotificationThroughDefaultDialer(CallInfo callInfo, UserHandle userHandle) { in sendNotificationThroughDefaultDialer()
259 public void showMissedCallNotification(@NonNull CallInfo callInfo) { in showMissedCallNotification()
273 private void showMissedCallNotification(@NonNull CallInfo callInfo, UserHandle userHandle) { in showMissedCallNotification()
410 private String getNameForMissedCallNotification(@NonNull CallInfo callInfo) { in getNameForMissedCallNotification()
529 private boolean canRespondViaSms(@NonNull CallInfo callInfo) { in canRespondViaSms()
598 CallInfo callInfo = callInfoFactory.makeCallInfo( in reloadFromDatabase()
613 CallInfo callInfo = callInfoFactory.makeCallInfo( in reloadFromDatabase()