Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DMediaDevice.java289 public boolean hasOngoingSession() { in hasOngoingSession() method in MediaDevice
291 && Api34Impl.hasOngoingSession(mItem); in hasOngoingSession()
579 static boolean hasOngoingSession(RouteListingPreference.Item item) { in hasOngoingSession() method in MediaDevice.Api34Impl
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputAdapter.java181 (device.hasOngoingSession() && (currentlyConnected || isDeviceIncluded( in onBind()
210 device.hasOngoingSession() ? mContext.getDrawable( in onBind()
265 } else if (device.hasOngoingSession()) { in onBind()
317 device.hasOngoingSession() ? mContext.getDrawable( in onBind()
DMediaOutputMetricLogger.java103 mTargetDevice.hasOngoingSession()); in logOutputItemSuccess()
217 mTargetDevice.hasOngoingSession()); in logOutputItemFailure()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputAdapterTest.java285 when(mMediaDevice1.hasOngoingSession()).thenReturn(true); in onBindViewHolder_bindConnectedRemoteDeviceWithOnGoingSession_verifyView()
306 when(mMediaDevice1.hasOngoingSession()).thenReturn(true); in onBindViewHolder_bindConnectedRemoteDeviceWithHostOnGoingSession_verifyView()
448 when(mMediaDevice1.hasOngoingSession()).thenReturn(true); in subStatusSupported_onBindViewHolder_bindHostDeviceWithOngoingSession_verifyView()
522 when(mMediaDevice1.hasOngoingSession()).thenReturn(true); in subStatusSupported_onBindViewHolder_bindDeviceWithOngoingSession_verifyView()