Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java558 .enableFloatingButton(mModalAlertManager == null || mModalAlertManager.isEmpty()); in onVisible()
581 hostInterface.enableFloatingButton(false); in onShowModalAlert()
587 hostInterface.enableFloatingButton(true); in onShowModalAlert()
596 void enableFloatingButton(boolean enabled); in enableFloatingButton() method
/packages/apps/Dialer/java/com/android/dialer/app/
DDialtactsActivity.java1324 public void enableFloatingButton(boolean enabled) { in enableFloatingButton() method in DialtactsActivity