Home
last modified time | relevance | path

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

/packages/apps/TV/tests/robotests/src/com/android/tv/data/
DProgramTest.java161 Program programFromParcel = ProgramImpl.CREATOR.createFromParcel(parcel); in testParcelableWithCriticScore() local
163 assertThat(programFromParcel.getCriticScores()).isNotNull(); in testParcelableWithCriticScore()
164 assertThat(programFromParcel.getCriticScores().get(0).source).isEqualTo("default source"); in testParcelableWithCriticScore()
165 assertThat(programFromParcel.getCriticScores().get(0).score).isEqualTo("5/10"); in testParcelableWithCriticScore()
166 assertThat(programFromParcel.getCriticScores().get(0).logoUrl) in testParcelableWithCriticScore()