Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannelGroup.java181 public List<NotificationChannel> getChannels() { in getChannels() method in NotificationChannelGroup
320 Objects.equals(getChannels(), that.getChannels()); in equals()
325 return Objects.hash(getId(), getName(), getDescription(), isBlocked(), getChannels(), in hashCode()
334 cloned.setChannels(getChannels()); in clone()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DRadioAccessSpecifier.java109 public int[] getChannels() { in getChannels() method in RadioAccessSpecifier
/aosp14/frameworks/base/media/java/android/media/
H A DEncoderProfiles.java427 public int getChannels() { in getChannels() method in EncoderProfiles.AudioProfile
H A DMediaRecorder.java845 setAudioChannels(profile.getChannels()); in setAudioProfile()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java3020 assertEquals(2, group.getChannels().size()); // misc channel too in testGetChannelGroups()
3024 assertEquals(2, group.getChannels().size()); in testGetChannelGroups()
3033 assertEquals(1, group.getChannels().size()); in testGetChannelGroups()
3062 assertEquals(1, group.getChannels().size()); in testGetChannelGroups_noSideEffects()
3088 assertEquals(1, group.getChannels().size()); in testGetChannelGroups_includeEmptyGroups()
3091 assertEquals(0, group.getChannels().size()); in testGetChannelGroups_includeEmptyGroups()
3613 assertEquals(2, retrieved.getChannels().size()); in testGetNotificationChannelGroupWithChannels()
3614 compareChannels(a, findChannel(retrieved.getChannels(), a.getId())); in testGetNotificationChannelGroupWithChannels()
3615 compareChannels(c, findChannel(retrieved.getChannels(), c.getId())); in testGetNotificationChannelGroupWithChannels()
3619 assertEquals(1, retrieved.getChannels().size()); in testGetNotificationChannelGroupWithChannels()
[all …]
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp308 ac->getChannels(), in android_media_MediaProfiles_native_get_camcorder_profiles()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java1134 && configInCloud.getChannels().toString().equals( in isNeedToNotifyUserConfigurationHasChanged()
1135 storedConfig.getChannels().toString()) in isNeedToNotifyUserConfigurationHasChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java870 group.setChannels(oldGroup.getChannels()); in createNotificationChannelGroup()
1499 if (includeNonGrouped && nonGrouped.getChannels().size() > 0) { in getNotificationChannelGroups()
H A DNotificationManagerService.java4111 List<NotificationChannel> groupChannels = groupToDelete.getChannels();
/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/core/api/
H A Dcurrent.txt6778 method public java.util.List<android.app.NotificationChannel> getChannels();
22092 method public int getChannels();
45030 method public int[] getChannels();
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2374 HSPLandroid/app/NotificationChannelGroup;->getChannels()Ljava/util/List;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt2374 HSPLandroid/app/NotificationChannelGroup;->getChannels()Ljava/util/List;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49747 Landroid/service/notification/NotificationRankingUpdate;->getChannels()Landroid/os/Bundle;