Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastChannel.java38 private final int mChannelIndex; field in BluetoothLeBroadcastChannel
46 mChannelIndex = channelIndex; in BluetoothLeBroadcastChannel()
57 && mChannelIndex == other.getChannelIndex() in equals()
63 return Objects.hash(mIsSelected, mChannelIndex, mCodecMetadata); in hashCode()
70 + (", channelIndex=" + mChannelIndex) in toString()
96 return mChannelIndex; in getChannelIndex()
128 out.writeInt(mChannelIndex); in writeToParcel()
163 private int mChannelIndex = UNKNOWN_VALUE_PLACEHOLDER; field in BluetoothLeBroadcastChannel.Builder
183 mChannelIndex = original.getChannelIndex(); in Builder()
217 mChannelIndex = channelIndex; in setChannelIndex()
[all …]
/packages/apps/TV/src/com/android/tv/guide/
DProgramListAdapter.java41 private final int mChannelIndex; field in ProgramListAdapter
51 mChannelIndex = channelIndex; in ProgramListAdapter()
59 Channel channel = mProgramManager.getChannel(mChannelIndex); in onTableEntriesUpdated()