Searched refs:hasSubtext (Results 1 – 3 of 3) sorted by relevance
444 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()
244 public boolean hasSubtext() { in hasSubtext() method in MediaDevice
179 } else if (device.hasSubtext()) { in onBind()