Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java5466 NotificationChannel channelA = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testPullPackageChannelPreferencesStats_one_to_one() local
5467 mHelper.createNotificationChannel(PKG_O, UID_O, channelA, true, false, UID_O, false); in testPullPackageChannelPreferencesStats_one_to_one()
5582 NotificationChannel channelA = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testPullPackagePreferencesStats_postPermissionMigration() local
5583 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, channelA, true, false, in testPullPackagePreferencesStats_postPermissionMigration()
5642 NotificationChannel channelA = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testUnlockAllNotificationChannels() local
5643 mHelper.createNotificationChannel(PKG_O, UID_O, channelA, true, false, UID_O, false); in testUnlockAllNotificationChannels()
5649 channelA.lockFields(USER_LOCKED_IMPORTANCE); in testUnlockAllNotificationChannels()
5653 assertTrue((channelA.getUserLockedFields() & USER_LOCKED_IMPORTANCE) != 0); in testUnlockAllNotificationChannels()
5658 assertTrue((channelA.getUserLockedFields() & USER_LOCKED_IMPORTANCE) == 0); in testUnlockAllNotificationChannels()