Searched refs:USER_LOCKED_IMPORTANCE (Results 1 – 12 of 12) sorted by relevance
19 import static android.app.NotificationChannel.USER_LOCKED_IMPORTANCE;848 & USER_LOCKED_IMPORTANCE) != 0); in testSilenceCallsUpdateNotificationChannel()887 & USER_LOCKED_IMPORTANCE) != 0); in testUnSilenceCallsUpdateNotificationChannel()921 & USER_LOCKED_IMPORTANCE) != 0); in testSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified()958 assertTrue((updated.getValue().getUserLockedFields() & USER_LOCKED_IMPORTANCE) != 0); in testSilenceCallsUpdateNotificationChannel_channelImportanceMin()995 assertTrue((updated.getValue().getUserLockedFields() & USER_LOCKED_IMPORTANCE) != 0); in testAlertCallsUpdateNotificationChannel_channelImportanceMin()1085 & USER_LOCKED_IMPORTANCE) != 0); in testUnSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified()
18 import static android.app.NotificationChannel.USER_LOCKED_IMPORTANCE;349 defaultChannel.lockFields(USER_LOCKED_IMPORTANCE); in testImportance_locked_preUpgrade()361 defaultChannel.lockFields(USER_LOCKED_IMPORTANCE); in testImportance_locked_unspecified_preUpgrade()560 channel.lockFields(channel.USER_LOCKED_IMPORTANCE); in testLogMakerImportanceUser()582 channel.lockFields(channel.USER_LOCKED_IMPORTANCE); in testLogMakerImportanceMulti()701 channel.lockFields(USER_LOCKED_IMPORTANCE); in testUserSentiment_userLocked()875 channel.lockFields(USER_LOCKED_IMPORTANCE); in testCalculateImportance_systemImportance()895 channel.lockFields(USER_LOCKED_IMPORTANCE); in testCalculateImportance_asstImportance()923 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in testSetContactAffinity()
731 assertEquals(NotificationChannel.USER_LOCKED_IMPORTANCE in testChannelXml_upgradeCreateDefaultChannel()1024 | NotificationChannel.USER_LOCKED_IMPORTANCE); in testClearLockedFields()1088 | NotificationChannel.USER_LOCKED_IMPORTANCE, in testLockFields_lightsAndImportance()
88 legacyChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE | in testInheritFromLegacy_keepsUserLockedLegacySettings()
126 if ((userlock & NotificationChannel.USER_LOCKED_IMPORTANCE) != 0) { in createScreenshotChannel()
161 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in userChangeTrumpsHighPriorityCharacteristics()
70 new NotificationChannel("id", "name", NotificationChannel.USER_LOCKED_IMPORTANCE);
124 public static final int USER_LOCKED_IMPORTANCE = 0x00000004; field in NotificationChannel156 USER_LOCKED_IMPORTANCE,848 return (mUserLockedFields & USER_LOCKED_IMPORTANCE) != 0; in hasUserSetImportance()
149 @IntDef({LockableAppFields.USER_LOCKED_IMPORTANCE})151 int USER_LOCKED_IMPORTANCE = 0x00000001; field473 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in createDefaultChannelIfNeededLocked()639 return (userLockedFields & LockableAppFields.USER_LOCKED_IMPORTANCE) != 0; in getIsAppImportanceLocked()1673 if ((prefs.lockedAppFields & LockableAppFields.USER_LOCKED_IMPORTANCE) != 0) { in setAppImportanceLocked()1678 prefs.lockedAppFields | LockableAppFields.USER_LOCKED_IMPORTANCE; in setAppImportanceLocked()1772 update.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in lockFieldsForUpdateLocked()
18 import static android.app.NotificationChannel.USER_LOCKED_IMPORTANCE;654 && (getChannel().getUserLockedFields() & USER_LOCKED_IMPORTANCE) == 0) { in applyAdjustments()1122 if ((getChannel().getUserLockedFields() & USER_LOCKED_IMPORTANCE) != 0 in calculateUserSentiment()
5714 if (((channel.getUserLockedFields() & NotificationChannel.USER_LOCKED_IMPORTANCE) == 05727 channel.unlockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
622 mChannelToUpdate.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);