Home
last modified time | relevance | path

Searched defs:shouldShowOnholdCall (Results 1 – 1 of 1) 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