Home
last modified time | relevance | path

Searched refs:newChannel (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothServerSocket.java227 /*package*/ void setChannel(int newChannel) { in setChannel() argument
233 if (mSocket.getPort() != newChannel) { in setChannel()
235 + mSocket.getPort() + " requested newChannel: " + newChannel); in setChannel()
238 mChannel = newChannel; in setChannel()
/aosp12/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
H A DChannelScanFragment.java211 Channel newChannel = in updateChannels() local
215 newChannel.toContentValues(), in updateChannels()
220 for (Channel newChannel : networkId2newChannel.values()) { in updateChannels()
221 cr.insert(TvContractCompat.Channels.CONTENT_URI, newChannel.toContentValues()); in updateChannels()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DAppLinkCardView.java94 Channel newChannel = item.getChannel(); in onBind() local
95 boolean channelChanged = !Objects.equals(mChannel, newChannel); in onBind()
99 || newChannel.getAppLinkPosterArtUri() == null in onBind()
101 previousPosterArtUri, newChannel.getAppLinkPosterArtUri()); in onBind()
102 mChannel = newChannel; in onBind()
/aosp12/packages/apps/TV/src/com/android/tv/
H A DChannelTuner.java273 Channel newChannel = mChannelMap.get(channel.getId()); in moveToChannel() local
274 if (newChannel != null) { in moveToChannel()
275 setCurrentChannelAndNotify(newChannel); in moveToChannel()
/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/
H A DVoicemailChannelUtils.java167 NotificationChannel channel = newChannel(context, GLOBAL_VOICEMAIL_CHANNEL_ID, null); in createGlobalVoicemailChannel()
219 newChannel(context, getChannelIdForAccount(handle), phoneAccount.getLabel()); in createVoicemailChannelForAccount()
248 private static NotificationChannel newChannel( in newChannel() method in VoicemailChannelUtils
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/fonts/
H A DFont_Builder_Delegate.java73 ReadableByteChannel channel = Channels.newChannel(assetStream); in createBuffer()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java1589 NotificationChannel newChannel = new NotificationChannel( in testCreateDeletedChannel() local
1591 newChannel.setVibrationPattern(new long[]{100}); in testCreateDeletedChannel()
1593 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, newChannel, true, false); in testCreateDeletedChannel()
1597 mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, newChannel.getId(), false)); in testCreateDeletedChannel()
1629 NotificationChannel newChannel = new NotificationChannel( in testCreateChannel_alreadyExists() local
1631 newChannel.setVibrationPattern(new long[]{100}); in testCreateChannel_alreadyExists()
1632 newChannel.setAllowBubbles(!channel.canBubble()); in testCreateChannel_alreadyExists()
1633 newChannel.setLightColor(Color.BLUE); in testCreateChannel_alreadyExists()
1634 newChannel.setSound(Uri.EMPTY, null); in testCreateChannel_alreadyExists()
1635 newChannel.setShowBadge(!channel.canShowBadge()); in testCreateChannel_alreadyExists()
[all …]
/aosp12/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
H A DDeployAgent.java284 WritableByteChannel newData = Channels.newChannel(outputStream); in writePatchedDataToStream()
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DImportVCardActivity.java462 inputChannel = Channels.newChannel(resolver.openInputStream(sourceUri)); in copyTo()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java1285 Channels.newInputStream(Channels.newChannel(mFromInCallFileInputStream))); in RttTextStream()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/art/build/boot/
H A Dboot-image-profile.txt3713 HSPLjava/nio/channels/Channels;->newChannel(Ljava/io/OutputStream;)Ljava/nio/channels/WritableByteC…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt43825 method public static java.nio.channels.ReadableByteChannel newChannel(java.io.InputStream);
43826 method public static java.nio.channels.WritableByteChannel newChannel(java.io.OutputStream);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt26319 HSPLjava/nio/channels/Channels;->newChannel(Ljava/io/OutputStream;)Ljava/nio/channels/WritableByteC…