Searched defs:channelId (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthCallback.java58 * @param channelId The id associated with the channel. This id will be used
63 int channelId) {
66 "ChannelId:" + channelId);
61 onHealthChannelStateChange(BluetoothHealthAppConfiguration config, BluetoothDevice device, int prevState, int newState, ParcelFileDescriptor fd, int channelId) argument
H A DBluetoothHealth.java285 * @param channelId The channel id associated with the channel
289 BluetoothHealthAppConfiguration config, int channelId) {
293 return mService.disconnectChannel(device, config, channelId);
438 ParcelFileDescriptor fd, int channelId) {
440 channelId);
288 disconnectChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelId) argument
436 onHealthChannelStateChange(BluetoothHealthAppConfiguration config, BluetoothDevice device, int prevState, int newState, ParcelFileDescriptor fd, int channelId) argument
/frameworks/base/media/java/android/media/tv/
H A DTvContract.java115 * @param channelId The ID of the channel to point to.
117 public static final Uri buildChannelUri(long channelId) { argument
118 return ContentUris.withAppendedId(Channels.CONTENT_URI, channelId);
135 * @param channelId The ID of the channel whose logo is pointed to.
137 public static final Uri buildChannelLogoUri(long channelId) { argument
138 return buildChannelLogoUri(buildChannelUri(channelId));
220 * @param channelId The ID of the channel to return programs for.
222 public static final Uri buildProgramsUriForChannel(long channelId) { argument
224 .appendQueryParameter(PARAM_CHANNEL, String.valueOf(channelId)).build();
243 * @param channelId Th
249 buildProgramsUriForChannel(long channelId, long startTime, long endTime) argument
[all...]

Completed in 85 milliseconds