Searched refs:getChannelIndex (Results 1 – 9 of 9) sorted by relevance
59 && mChannelIndex == other.getChannelIndex() in equals()97 public int getChannelIndex() { in getChannelIndex() method in BluetoothLeBroadcastChannel185 mChannelIndex = original.getChannelIndex(); in Builder()
191 if (channel.getChannelIndex() != 0) { in onCreate()195 … .getChannelIndex() in onCreate()
398 int getChannelIndex(Channel channel) { in getChannelIndex() method in ProgramManager406 int getChannelIndex(long channelId) { in getChannelIndex() method in ProgramManager407 return getChannelIndex(mChannelDataManager.getChannel(channelId)); in getChannelIndex()
871 Math.max(mProgramManager.getChannelIndex(mChannelTuner.getCurrentChannel()), 0)); in resetRowSelection()
253 int channelIndex = mProgramManager.getChannelIndex(tableEntry.channelId); in onTableEntryChanged()
97 assertThat(mProgramManager.getChannelIndex(2)).isEqualTo(-1); in testOnTableEntryChanged()
1543 if (channel.getChannelIndex() == 0) { in getBisSyncFromChannelPreference()1547 bisSync |= 1L << (channel.getChannelIndex() - 1); in getBisSyncFromChannelPreference()
2771 if (channel.getChannelIndex() == 0) { in convertMetadataToUpdateSourceByteArray()2774 bisIndexValue |= 1 << (channel.getChannelIndex() - 1); in convertMetadataToUpdateSourceByteArray()
694 method public int getChannelIndex();