Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/dialpad/
DDialpadFragment.java523 if (isPhoneInUse()) { in configureScreenFromIntent()
639 if (!isPhoneInUse()) { in onResume()
1101 if (phoneIsCdma() && isPhoneInUse()) { in handleDialButtonClickWithEmptyDigits()
1419 public boolean isPhoneInUse() { in isPhoneInUse() method in DialpadFragment