Searched refs:setInputId (Results 1 – 13 of 13) sorted by relevance
273 new ChannelImpl.Builder().setInputId(PARTNER_INPUT_ID).build()); in testComparator()274 comparatorTester.addEqualityGroup(new ChannelImpl.Builder().setInputId("1").build()); in testComparator()276 new ChannelImpl.Builder().setInputId("1").setDisplayNumber("2").build()); in testComparator()278 new ChannelImpl.Builder().setInputId("2").setDisplayNumber("1.0").build()); in testComparator()283 .setInputId("2") in testComparator()288 .setInputId("2") in testComparator()293 .setInputId("2") in testComparator()298 new ChannelImpl.Builder().setInputId("2").setDisplayNumber("2.0").build()); in testComparator()301 new ChannelImpl.Builder().setInputId("2").setDisplayNumber("12.2").build()); in testComparator()328 new ChannelImpl.Builder().setInputId(PARTNER_INPUT_ID).setDescription("A").build()); in testComparatorLabel()[all …]
94 .setInputId(inputId) in builder()112 .setInputId(inputId) in builder()123 .setInputId(p.getInputId()) in builder()176 public Builder setInputId(String inputId) { in setInputId() method in ScheduledRecording.Builder307 .setInputId(orig.mInputId) in buildFrom()459 .setInputId(c.getString(++index)) in fromCursor()485 .setInputId(c.getString(++index)) in fromCursorWithTimeOffset()572 .setInputId(in.readString()) in fromParcel()
96 .setInputId(inputId) in builder()111 .setInputId(r.getInputId()) in buildFrom()154 .setInputId(c.getString(++index)) in fromCursor()292 public Builder setInputId(String inputId) { in setInputId() method in SeriesRecording.Builder385 .setInputId(in.readString()) in fromParcel()
94 .setInputId(cursor.getString(index++)) in fromCursor()212 public abstract Builder setInputId(String inputId); in setInputId() method in RecordedProgram.Builder
156 .setInputId(FAKE_INPUT_ID) in createPreviewProgram_fromProgram()190 .setInputId(FAKE_INPUT_ID) in createPreviewProgram_fromRecordedProgram()
59 .setInputId("test") in buildRecordedProgramForTest()
151 public Builder setInputId(String inputId) { in setInputId() method in RecordingCapability.Builder
144 .setInputId(inputId) in getRecordingCapability()
112 .setInputId(INPUT_ID) in createTestChannel()
454 return new Builder().setInputId(inputId).setPassthrough(true).build(); in createPassthroughChannel()500 public Builder setInputId(String inputId) { in setInputId() method in ChannelImpl.Builder
243 .setInputId("fakeInput") in buildRecordedProgramForTest()
233 .setInputId(SampleTvInputService.INPUT_ID) in createFakeChannel()
295 new Channel.Builder(channel).setInputId(inputId).build().toContentValues(); in insertTestChannels()