Searched refs:USER_LOCKED_IMPORTANCE (Results 1 – 12 of 12) sorted by relevance
18 import static android.app.NotificationChannel.USER_LOCKED_IMPORTANCE;301 defaultChannel.lockFields(USER_LOCKED_IMPORTANCE); in testImportance_locked_preUpgrade()313 defaultChannel.lockFields(USER_LOCKED_IMPORTANCE); in testImportance_locked_unspecified_preUpgrade()512 channel.lockFields(channel.USER_LOCKED_IMPORTANCE); in testLogMakerImportanceUser()534 channel.lockFields(channel.USER_LOCKED_IMPORTANCE); in testLogMakerImportanceMulti()653 channel.lockFields(USER_LOCKED_IMPORTANCE); in testUserSentiment_userLocked()827 channel.lockFields(USER_LOCKED_IMPORTANCE); in testCalculateImportance_systemImportance()847 channel.lockFields(USER_LOCKED_IMPORTANCE); in testCalculateImportance_asstImportance()875 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in testSetContactAffinity()
656 assertEquals(NotificationChannel.USER_LOCKED_IMPORTANCE in testChannelXml_upgradeCreateDefaultChannel()949 | NotificationChannel.USER_LOCKED_IMPORTANCE); in testClearLockedFields()1013 | NotificationChannel.USER_LOCKED_IMPORTANCE, in testLockFields_lightsAndImportance()
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()
88 legacyChannel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE | in testInheritFromLegacy_keepsUserLockedLegacySettings()
122 if ((userlock & NotificationChannel.USER_LOCKED_IMPORTANCE) != 0) { in createScreenshotChannel()
116 @IntDef({LockableAppFields.USER_LOCKED_IMPORTANCE})118 int USER_LOCKED_IMPORTANCE = 0x00000001; field377 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in createDefaultChannelIfNeededLocked()534 return (userLockedFields & LockableAppFields.USER_LOCKED_IMPORTANCE) != 0; in getIsAppImportanceLocked()1301 if ((prefs.lockedAppFields & LockableAppFields.USER_LOCKED_IMPORTANCE) != 0) { in setAppImportanceLocked()1306 prefs.lockedAppFields | LockableAppFields.USER_LOCKED_IMPORTANCE; in setAppImportanceLocked()1400 update.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in lockFieldsForUpdateLocked()
18 import static android.app.NotificationChannel.USER_LOCKED_IMPORTANCE;670 && (getChannel().getUserLockedFields() & USER_LOCKED_IMPORTANCE) == 0) { in applyAdjustments()1094 if ((getChannel().getUserLockedFields() & USER_LOCKED_IMPORTANCE) != 0 in calculateUserSentiment()
4740 if (((channel.getUserLockedFields() & NotificationChannel.USER_LOCKED_IMPORTANCE) == 04753 channel.unlockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
102 public static final int USER_LOCKED_IMPORTANCE = 0x00000004; field in NotificationChannel132 USER_LOCKED_IMPORTANCE,686 return (mUserLockedFields & USER_LOCKED_IMPORTANCE) != 0; in hasUserSetImportance()
97 new NotificationChannel("id", "name", NotificationChannel.USER_LOCKED_IMPORTANCE);452 channel.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE); in userChangeTrumpsHighPriorityCharacteristics()
835 mChannelToUpdate.lockFields(NotificationChannel.USER_LOCKED_IMPORTANCE);
8560 Landroid/app/NotificationChannel;->USER_LOCKED_IMPORTANCE:I