Searched refs:hasSubtext (Results 1 – 3 of 3) sorted by relevance
445 when(mMediaDevice1.hasSubtext()).thenReturn(true); in subStatusSupported_onBindViewHolder_bindHostDeviceWithOngoingSession_verifyView()472 when(mMediaDevice2.hasSubtext()).thenReturn(true); in subStatusSupported_onBindViewHolder_bindDeviceRequirePremium_verifyView()496 when(mMediaDevice2.hasSubtext()).thenReturn(true); in subStatusSupported_onBindViewHolder_bindDeviceWithAdPlaying_verifyView()519 when(mMediaDevice1.hasSubtext()).thenReturn(true); in subStatusSupported_onBindViewHolder_bindDeviceWithOngoingSession_verifyView()
257 public boolean hasSubtext() { in hasSubtext() method in MediaDevice
179 } else if (device.hasSubtext()) { in onBind()