Home
last modified time | relevance | path

Searched refs:channelId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothHealthCallback.java63 int channelId) { in onHealthChannelStateChange() argument
66 "ChannelId:" + channelId); in onHealthChannelStateChange()
DBluetoothHealth.java289 BluetoothHealthAppConfiguration config, int channelId) { in disconnectChannel() argument
293 return mService.disconnectChannel(device, config, channelId); in disconnectChannel()
438 ParcelFileDescriptor fd, int channelId) { in onHealthChannelStateChange() argument
440 channelId); in onHealthChannelStateChange()
/frameworks/base/media/java/android/media/tv/
DTvContract.java117 public static final Uri buildChannelUri(long channelId) { in buildChannelUri() argument
118 return ContentUris.withAppendedId(Channels.CONTENT_URI, channelId); in buildChannelUri()
137 public static final Uri buildChannelLogoUri(long channelId) { in buildChannelLogoUri() argument
138 return buildChannelLogoUri(buildChannelUri(channelId)); in buildChannelLogoUri()
222 public static final Uri buildProgramsUriForChannel(long channelId) { in buildProgramsUriForChannel() argument
224 .appendQueryParameter(PARAM_CHANNEL, String.valueOf(channelId)).build(); in buildProgramsUriForChannel()
249 public static final Uri buildProgramsUriForChannel(long channelId, long startTime, in buildProgramsUriForChannel() argument
251 Uri uri = buildProgramsUriForChannel(channelId); in buildProgramsUriForChannel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRules.java322 int channelId = ((int[]) ar.result)[0]; in handleMessage() local
323 mUiccCard.iccTransmitApduLogicalChannel(channelId, CLA, COMMAND, P1, P2, P3, DATA, in handleMessage()
324 obtainMessage(EVENT_TRANSMIT_LOGICAL_CHANNEL_DONE, new Integer(channelId))); in handleMessage()
354 int channelId = (Integer) ar.userObj; in handleMessage() local
355 mUiccCard.iccCloseLogicalChannel(channelId, obtainMessage( in handleMessage()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java2158 long channelId = (long) args.arg3; in handleMessage() local
2166 values.put(TvContract.WatchedPrograms.COLUMN_CHANNEL_ID, channelId); in handleMessage()