Searched defs:callInfo (Results 1 – 6 of 6) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | MissedCallNotifierTest.java | 66 MissedCallNotifier.CallInfo callInfo = new MissedCallNotifier.CallInfoFactory() in testCallInfoFactory() local 82 MissedCallNotifier.CallInfo callInfo = new MissedCallNotifier.CallInfoFactory() in testCallInfoFactoryNullParam() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
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()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallIdMapper.java | 92 public CallIdMapper(ICallInfo callInfo) { in CallIdMapper()
|
D | Analytics.java | 671 CallInfoImpl callInfo = new CallInfoImpl(callId, direction); in initiateCallAnalytics() local
|
D | LogUtils.java | 283 Analytics.CallInfo callInfo = callRecordEntry.getAnalytics(); in eventRecordAdded() local
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
D | CarAudioFocusUnitTest.java | 1350 AudioFocusInfo callInfo = getInfo(USAGE_VOICE_COMMUNICATION, SECOND_CLIENT_ID, in getAudioFocusHolders_withTransientFocusLoser_doesNotIncludeTransientLoser() local 1405 AudioFocusInfo callInfo = getInfo(USAGE_VOICE_COMMUNICATION, SECOND_CLIENT_ID, in getAudioFocusLosers_withTransientFocusLoser_doesNotIncludeTransientLoser() local
|