/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothServerSocket.java | 227 /*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 D | ChannelScanFragment.java | 211 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 D | AppLinkCardView.java | 94 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 D | ChannelTuner.java | 273 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 D | VoicemailChannelUtils.java | 167 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 D | Font_Builder_Delegate.java | 73 ReadableByteChannel channel = Channels.newChannel(assetStream); in createBuffer()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 1589 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 D | DeployAgent.java | 284 WritableByteChannel newData = Channels.newChannel(outputStream); in writePatchedDataToStream()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/ |
H A D | ImportVCardActivity.java | 462 inputChannel = Channels.newChannel(resolver.openInputStream(sourceUri)); in copyTo()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | Connection.java | 1285 Channels.newInputStream(Channels.newChannel(mFromInCallFileInputStream))); in RttTextStream()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 3713 HSPLjava/nio/channels/Channels;->newChannel(Ljava/io/OutputStream;)Ljava/nio/channels/WritableByteC…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 43825 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 D | boot-image-profile.txt | 26319 HSPLjava/nio/channels/Channels;->newChannel(Ljava/io/OutputStream;)Ljava/nio/channels/WritableByteC…
|