Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DInCallViewModel.java251 public LiveData<Boolean> shouldShowOnholdCall() { in shouldShowOnholdCall() method in InCallViewModel
364 Boolean shouldShowOnholdCall = !mDialpadIsOpen.getValue(); in update() local
366 if (shouldShowOnholdCall && onholdCall != null in update()
DOngoingCallFragment.java71 inCallViewModel.shouldShowOnholdCall().observe(this, in onCreateView()