Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DNotificationBroadcastReceiver.java83 answerIncomingCall(VideoProfile.STATE_BIDIRECTIONAL, context); in onReceive()
85 answerIncomingCall(VideoProfile.STATE_AUDIO_ONLY, context); in onReceive()
88 answerIncomingCall(VideoProfile.STATE_AUDIO_ONLY, context); in onReceive()
167 private void answerIncomingCall(int videoState, @NonNull Context context) { in answerIncomingCall() method in NotificationBroadcastReceiver