Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastChannel.java59 && mChannelIndex == other.getChannelIndex() in equals()
97 public int getChannelIndex() { in getChannelIndex() method in BluetoothLeBroadcastChannel
185 mChannelIndex = original.getChannelIndex(); in Builder()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcastScanActivity.java191 if (channel.getChannelIndex() != 0) { in onCreate()
195 … .getChannelIndex() in onCreate()
/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java398 int getChannelIndex(Channel channel) { in getChannelIndex() method in ProgramManager
406 int getChannelIndex(long channelId) { in getChannelIndex() method in ProgramManager
407 return getChannelIndex(mChannelDataManager.getChannel(channelId)); in getChannelIndex()
DProgramGuide.java871 Math.max(mProgramManager.getChannelIndex(mChannelTuner.getCurrentChannel()), 0)); in resetRowSelection()
DProgramTableAdapter.java253 int channelIndex = mProgramManager.getChannelIndex(tableEntry.channelId); in onTableEntryChanged()
/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
DProgramTableAdapterTest.java97 assertThat(mProgramManager.getChannelIndex(2)).isEqualTo(-1); in testOnTableEntryChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1543 if (channel.getChannelIndex() == 0) { in getBisSyncFromChannelPreference()
1547 bisSync |= 1L << (channel.getChannelIndex() - 1); in getBisSyncFromChannelPreference()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java2771 if (channel.getChannelIndex() == 0) { in convertMetadataToUpdateSourceByteArray()
2774 bisIndexValue |= 1 << (channel.getChannelIndex() - 1); in convertMetadataToUpdateSourceByteArray()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt694 method public int getChannelIndex();