/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationChannelGroup.java | 181 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 D | RadioAccessSpecifier.java | 109 public int[] getChannels() { in getChannels() method in RadioAccessSpecifier
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | EncoderProfiles.java | 427 public int getChannels() { in getChannels() method in EncoderProfiles.AudioProfile
|
H A D | MediaRecorder.java | 845 setAudioChannels(profile.getChannels()); in setAudioProfile()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 3020 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 D | android_media_MediaProfiles.cpp | 308 ac->getChannels(), in android_media_MediaProfiles_native_get_camcorder_profiles()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsBackupAgent.java | 1134 && configInCloud.getChannels().toString().equals( in isNeedToNotifyUserConfigurationHasChanged() 1135 storedConfig.getChannels().toString()) in isNeedToNotifyUserConfigurationHasChanged()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 870 group.setChannels(oldGroup.getChannels()); in createNotificationChannelGroup() 1499 if (includeNonGrouped && nonGrouped.getChannels().size() > 0) { in getNotificationChannelGroups()
|
H A D | NotificationManagerService.java | 4111 List<NotificationChannel> groupChannels = groupToDelete.getChannels();
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6778 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 D | boot-image-profile.txt | 2374 HSPLandroid/app/NotificationChannelGroup;->getChannels()Ljava/util/List;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2374 HSPLandroid/app/NotificationChannelGroup;->getChannels()Ljava/util/List;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 49747 Landroid/service/notification/NotificationRankingUpdate;->getChannels()Landroid/os/Bundle;
|