Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/dialpad/
DDialpadFragment.java529 if (isPhoneInUse()) { in configureScreenFromIntent()
656 if (!isPhoneInUse()) { in onResume()
1045 if (phoneIsCdma() && isPhoneInUse()) { in handleDialButtonClickWithEmptyDigits()
1247 private boolean isPhoneInUse() { in isPhoneInUse() method in DialpadFragment