Searched refs:USER_LOCKED_IMPORTANCE (Results 1 – 12 of 12) sorted by relevance
19 import static android.app.NotificationChannel.USER_LOCKED_IMPORTANCE;1022 & USER_LOCKED_IMPORTANCE) != 0); in testSilentlyChangedCallsUpdateNotificationChannel_blockingHelper()1053 assertTrue(0 != (mNotificationChannel.getUserLockedFields() & USER_LOCKED_IMPORTANCE)); in testKeepUpdatesNotificationChannel_blockingHelper()1083 assertTrue(0 != (mNotificationChannel.getUserLockedFields() & USER_LOCKED_IMPORTANCE)); in testNoActionsUpdatesNotificationChannel_blockingHelper()1116 & USER_LOCKED_IMPORTANCE) != 0); in testSilenceCallsUpdateNotificationChannel()1149 & USER_LOCKED_IMPORTANCE) != 0); in testUnSilenceCallsUpdateNotificationChannel()1183 & USER_LOCKED_IMPORTANCE) != 0); in testSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified()1220 assertTrue((updated.getValue().getUserLockedFields() & USER_LOCKED_IMPORTANCE) != 0); in testSilenceCallsUpdateNotificationChannel_channelImportanceMin()1257 assertTrue((updated.getValue().getUserLockedFields() & USER_LOCKED_IMPORTANCE) != 0); in testAlertCallsUpdateNotificationChannel_channelImportanceMin()1347 & USER_LOCKED_IMPORTANCE) != 0); in testUnSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified()
18 import static android.app.NotificationChannel.USER_LOCKED_IMPORTANCE;327 defaultChannel.lockFields(USER_LOCKED_IMPORTANCE); in testImportance_locked_preUpgrade()339 defaultChannel.lockFields(USER_LOCKED_IMPORTANCE); in testImportance_locked_unspecified_preUpgrade()538 channel.lockFields(channel.USER_LOCKED_IMPORTANCE); in testLogMakerImportanceUser()560 channel.lockFields(channel.USER_LOCKED_IMPORTANCE); in testLogMakerImportanceMulti()679 channel.lockFields(USER_LOCKED_IMPORTANCE); in testUserSentiment_userLocked()853 channel.lockFields(USER_LOCKED_IMPORTANCE); in testCalculateImportance_systemImportance()873 channel.lockFields(USER_LOCKED_IMPORTANCE); in testCalculateImportance_asstImportance()901 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in testSetContactAffinity()
659 assertEquals(NotificationChannel.USER_LOCKED_IMPORTANCE in testChannelXml_upgradeCreateDefaultChannel()952 | NotificationChannel.USER_LOCKED_IMPORTANCE); in testClearLockedFields()1016 | NotificationChannel.USER_LOCKED_IMPORTANCE, in testLockFields_lightsAndImportance()
88 legacyChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE | in testInheritFromLegacy_keepsUserLockedLegacySettings()
122 if ((userlock & NotificationChannel.USER_LOCKED_IMPORTANCE) != 0) { in createScreenshotChannel()
119 @IntDef({LockableAppFields.USER_LOCKED_IMPORTANCE})121 int USER_LOCKED_IMPORTANCE = 0x00000001; field389 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in createDefaultChannelIfNeededLocked()546 return (userLockedFields & LockableAppFields.USER_LOCKED_IMPORTANCE) != 0; in getIsAppImportanceLocked()1317 if ((prefs.lockedAppFields & LockableAppFields.USER_LOCKED_IMPORTANCE) != 0) { in setAppImportanceLocked()1322 prefs.lockedAppFields | LockableAppFields.USER_LOCKED_IMPORTANCE; in setAppImportanceLocked()1416 update.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in lockFieldsForUpdateLocked()
18 import static android.app.NotificationChannel.USER_LOCKED_IMPORTANCE;640 && (getChannel().getUserLockedFields() & USER_LOCKED_IMPORTANCE) == 0) { in applyAdjustments()1064 if ((getChannel().getUserLockedFields() & USER_LOCKED_IMPORTANCE) != 0 in calculateUserSentiment()
4859 if (((channel.getUserLockedFields() & NotificationChannel.USER_LOCKED_IMPORTANCE) == 04872 channel.unlockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
100 public static final int USER_LOCKED_IMPORTANCE = 0x00000004; field in NotificationChannel130 USER_LOCKED_IMPORTANCE,690 return (mUserLockedFields & USER_LOCKED_IMPORTANCE) != 0; in hasUserSetImportance()
99 new NotificationChannel("id", "name", NotificationChannel.USER_LOCKED_IMPORTANCE);459 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in userChangeTrumpsHighPriorityCharacteristics()
835 mChannelToUpdate.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
8035 Landroid/app/NotificationChannel;->USER_LOCKED_IMPORTANCE:I