Searched refs:ido (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 708 ido.setShowBadge(true); in testReadXml_oldXml_migrates() 709 ido.setSound(null, new AudioAttributes.Builder() in testReadXml_oldXml_migrates() 733 compareChannels(ido, mHelper.getNotificationChannel(PKG_O, UID_O, ido.getId(), false)); in testReadXml_oldXml_migrates() 779 ido.setShowBadge(true); in testReadXml_oldXml_backup_migratesWhenPkgInstalled() 814 compareChannels(ido, mHelper.getNotificationChannel("pkg2", 12, ido.getId(), false)); in testReadXml_oldXml_backup_migratesWhenPkgInstalled() 847 ido.setShowBadge(true); in testReadXml_newXml_noMigration_showPermissionNotification() 866 compareChannels(ido, mHelper.getNotificationChannel(PKG_O, UID_O, ido.getId(), false)); in testReadXml_newXml_noMigration_showPermissionNotification() 904 ido.setShowBadge(true); in testReadXml_newXml_permissionNotificationOff() 923 compareChannels(ido, mHelper.getNotificationChannel(PKG_O, UID_O, ido.getId(), false)); in testReadXml_newXml_permissionNotificationOff() 961 ido.setShowBadge(true); in testReadXml_newXml_noMigration_noPermissionNotification() [all …]
|