Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java452 private boolean shouldStartInBubbleModeWithExtras(Bundle outgoingExtras) { in shouldStartInBubbleModeWithExtras() argument
457 if (outgoingExtras == null) { in shouldStartInBubbleModeWithExtras()
460 byte[] callConfigurationByteArray = outgoingExtras.getByteArray(CALL_CONFIGURATION_EXTRA); in shouldStartInBubbleModeWithExtras()