Searched refs:shouldShowOnholdCall (Results 1 – 2 of 2) sorted by relevance
251 public LiveData<Boolean> shouldShowOnholdCall() { in shouldShowOnholdCall() method in InCallViewModel364 Boolean shouldShowOnholdCall = !mDialpadIsOpen.getValue(); in update() local366 if (shouldShowOnholdCall && onholdCall != null in update()
71 inCallViewModel.shouldShowOnholdCall().observe(this, in onCreateView()