Searched defs: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 | 700 NotificationChannel idn = new NotificationChannel("idn", "name", IMPORTANCE_LOW); in testReadXml_oldXml_migrates() local 771 NotificationChannel idn = new NotificationChannel("idn", "name", IMPORTANCE_LOW); in testReadXml_oldXml_backup_migratesWhenPkgInstalled() local 839 NotificationChannel idn = new NotificationChannel("idn", "name", IMPORTANCE_LOW); in testReadXml_newXml_noMigration_showPermissionNotification() local 896 NotificationChannel idn = new NotificationChannel("idn", "name", IMPORTANCE_LOW); in testReadXml_newXml_permissionNotificationOff() local 953 NotificationChannel idn = new NotificationChannel("idn", "name", IMPORTANCE_LOW); in testReadXml_newXml_noMigration_noPermissionNotification() local 1003 NotificationChannel idn = new NotificationChannel("idn", "name", IMPORTANCE_LOW); in testReadXml_oldXml_migration_NoUid() local 1036 NotificationChannel idn = new NotificationChannel("idn", "name", IMPORTANCE_LOW); in testReadXml_newXml_noMigration_NoUid() local
|