Searched refs:idn (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 706 idn.setShowBadge(false); in testReadXml_oldXml_migrates() 732 assertEquals(idn, mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, idn.getId(), false)); in testReadXml_oldXml_migrates() 777 idn.setShowBadge(false); in testReadXml_oldXml_backup_migratesWhenPkgInstalled() 813 assertEquals(idn, mHelper.getNotificationChannel("pkg1", 11, idn.getId(), false)); in testReadXml_oldXml_backup_migratesWhenPkgInstalled() 845 idn.setShowBadge(false); in testReadXml_newXml_noMigration_showPermissionNotification() 865 assertEquals(idn, mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, idn.getId(), false)); in testReadXml_newXml_noMigration_showPermissionNotification() 902 idn.setShowBadge(false); in testReadXml_newXml_permissionNotificationOff() 922 assertEquals(idn, mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, idn.getId(), false)); in testReadXml_newXml_permissionNotificationOff() 959 idn.setShowBadge(false); in testReadXml_newXml_noMigration_noPermissionNotification() 1009 idn.setShowBadge(false); in testReadXml_oldXml_migration_NoUid() [all …]
|