Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java2625 NotificationChannel newChannel = new NotificationChannel( in testCreateDeletedChannel() local
2627 newChannel.setVibrationPattern(new long[]{100}); in testCreateDeletedChannel()
2629 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, newChannel, true, false, in testCreateDeletedChannel()
2634 mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, newChannel.getId(), false)); in testCreateDeletedChannel()
2669 NotificationChannel newChannel = new NotificationChannel( in testCreateChannel_alreadyExists() local
2671 newChannel.setVibrationPattern(new long[]{100}); in testCreateChannel_alreadyExists()
2672 newChannel.setAllowBubbles(!channel.canBubble()); in testCreateChannel_alreadyExists()
2673 newChannel.setLightColor(Color.BLUE); in testCreateChannel_alreadyExists()
2674 newChannel.setSound(Uri.EMPTY, null); in testCreateChannel_alreadyExists()
2675 newChannel.setShowBadge(!channel.canShowBadge()); in testCreateChannel_alreadyExists()
[all …]
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java1324 Channels.newInputStream(Channels.newChannel(mFromInCallFileInputStream))); in RttTextStream()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt26554 HSPLjava/nio/channels/Channels;->newChannel(Ljava/io/OutputStream;)Ljava/nio/channels/WritableByteC…