Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DInCallPresenter.java711 if (isReadyForTearDown()) { in maybeBlockCall()
1616 public boolean isReadyForTearDown() { in isReadyForTearDown() method in InCallPresenter
1624 if (isReadyForTearDown()) { in attemptCleanup()
H A DInCallActivity.java467 if (!InCallPresenter.getInstance().isReadyForTearDown()) { in onResume()