Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DDialtactsActivity.java334 if (!DialpadFragment.phoneIsInUse()) {
799 if (DialpadFragment.phoneIsInUse() || isDialIntent(intent)) { in setCurrentTab()
1105 if (tab != null && !DialpadFragment.phoneIsInUse()) { in enterSearchUi()
/packages/apps/Contacts/src/com/android/contacts/dialpad/
DDialpadFragment.java432 if (phoneIsInUse()) { in configureScreenFromIntent()
552 if (phoneIsInUse()) { in onResume()
1424 public static boolean phoneIsInUse() { in phoneIsInUse() method in DialpadFragment
/packages/apps/Phone/src/com/android/phone/
DInCallScreen.java1264 private boolean phoneIsInUse() { in phoneIsInUse() method in InCallScreen
1668 boolean currentlyIdle = !phoneIsInUse(); in onDisconnect()
2593 boolean stayHere = phoneIsInUse() || mApp.inCallUiState.isProgressIndicationActive(); in delayedCleanupAfterDisconnect()