Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserListAdapterTest.kt128 whenever(chooserListCommunicator.shouldShowServiceTargets()).thenReturn(false) in getServiceTargetCount_shouldNotShowServiceTargets_returnsZero()
/frameworks/base/core/java/com/android/internal/app/
DChooserListAdapter.java428 if (mChooserListCommunicator.shouldShowServiceTargets()) { in getServiceTargetCount()
782 boolean shouldShowServiceTargets();
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/
DMediaProjectionAppSelectorActivity.kt289 override fun shouldShowServiceTargets() = false in shouldShowStickyContentPreviewWhenEmpty() method in com.android.systemui.mediaprojection.appselector.MediaProjectionAppSelectorActivity