Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputAdapterTest.java444 when(mMediaDevice1.hasSubtext()).thenReturn(true); in subStatusSupported_onBindViewHolder_bindHostDeviceWithOngoingSession_verifyView()
471 when(mMediaDevice2.hasSubtext()).thenReturn(true); in subStatusSupported_onBindViewHolder_bindDeviceRequirePremium_verifyView()
495 when(mMediaDevice2.hasSubtext()).thenReturn(true); in subStatusSupported_onBindViewHolder_bindDeviceWithAdPlaying_verifyView()
518 when(mMediaDevice1.hasSubtext()).thenReturn(true); in subStatusSupported_onBindViewHolder_bindDeviceWithOngoingSession_verifyView()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DMediaDevice.java244 public boolean hasSubtext() { in hasSubtext() method in MediaDevice
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputAdapter.java179 } else if (device.hasSubtext()) { in onBind()