Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadFragment.java664 if (!(startedFromNewIntent && digitsFilled) && isPhoneInUse()) { in configureScreenFromIntent()
802 if (!isPhoneInUse()) { in onResume()
1202 if (phoneIsCdma() && isPhoneInUse()) { in handleDialButtonClickWithEmptyDigits()
1410 private boolean isPhoneInUse() { in isPhoneInUse() method in DialpadFragment