Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java465 CallConfiguration callConfiguration = CallConfiguration.parseFrom(callConfigurationByteArray); in shouldStartInBubbleModeWithExtras() local
468 "call mode: " + callConfiguration.getCallMode()); in shouldStartInBubbleModeWithExtras()
469 return callConfiguration.getCallMode() == Mode.BUBBLE; in shouldStartInBubbleModeWithExtras()