Searched refs:getUserLockedFields (Results 1 – 13 of 13) sorted by relevance
761 public int getUserLockedFields() { in getUserLockedFields() method in NotificationChannel1007 if (getUserLockedFields() != 0) { in writeXml()1008 out.attribute(null, ATT_USER_LOCKED, Integer.toString(getUserLockedFields())); in writeXml()1081 record.put(ATT_USER_LOCKED, Integer.toString(getUserLockedFields())); in toJson()1184 && getUserLockedFields() == that.getUserLockedFields() in equals()1211 getUserLockedFields(), in hashCode()
223 public int getUserLockedFields() { in getUserLockedFields() method in NotificationChannelGroup
847 assertTrue((updated.getValue().getUserLockedFields() in testSilenceCallsUpdateNotificationChannel()886 assertTrue((updated.getValue().getUserLockedFields() in testUnSilenceCallsUpdateNotificationChannel()920 assertTrue((updated.getValue().getUserLockedFields() 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()1084 assertTrue((updated.getValue().getUserLockedFields() in testUnSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified()
246 if (mPreChannelsNotification && (getChannel().getUserLockedFields() in calculateSound()272 && (getChannel().getUserLockedFields() in calculateLights()303 && (getChannel().getUserLockedFields() in calculateVibration()325 && (getChannel().getUserLockedFields() in calculateAttributes()654 && (getChannel().getUserLockedFields() & USER_LOCKED_IMPORTANCE) == 0) { in applyAdjustments()1122 if ((getChannel().getUserLockedFields() & USER_LOCKED_IMPORTANCE) != 0 in calculateUserSentiment()1270 visitGrantableUri(channel.getSound(), (channel.getUserLockedFields() in calculateGrantableUris()
769 group.unlockFields(group.getUserLockedFields()); in createNotificationChannelGroup()770 group.lockFields(oldGroup.getUserLockedFields()); in createNotificationChannelGroup()846 if (existing.getUserLockedFields() == 0 && in createNotificationChannel()854 if (existing.getUserLockedFields() == 0 && hasDndAccess) { in createNotificationChannel()937 channel.unlockFields(channel.getUserLockedFields()); in clearLockedFieldsLocked()959 updatedChannel.lockFields(channel.getUserLockedFields()); in updateNotificationChannel()962 updatedChannel.unlockFields(updatedChannel.getUserLockedFields()); in updateNotificationChannel()1947 event.writeInt(channel.getUserLockedFields()); in pullPackageChannelPreferencesStats()1982 event.writeInt(groupChannel.getUserLockedFields()); in pullPackageChannelGroupPreferencesStats()
5714 if (((channel.getUserLockedFields() & NotificationChannel.USER_LOCKED_IMPORTANCE) == 0
125 int userlock = legacySS.getUserLockedFields(); in createScreenshotChannel()
690 assertEquals(0, updated.getUserLockedFields()); in testChannelXml_defaultChannelLegacyApp_noUserSettings()734 updated1.getUserLockedFields()); in testChannelXml_upgradeCreateDefaultChannel()1021 assertEquals(0, channel.getUserLockedFields()); in testClearLockedFields()1026 assertEquals(0, channel.getUserLockedFields()); in testClearLockedFields()1041 .getUserLockedFields()); in testLockFields_soundAndVibration()1050 .getUserLockedFields()); in testLockFields_soundAndVibration()1062 .getUserLockedFields()); in testLockFields_vibrationAndLights()1070 .getUserLockedFields()); in testLockFields_vibrationAndLights()1082 .getUserLockedFields()); in testLockFields_lightsAndImportance()1090 .getUserLockedFields()); in testLockFields_lightsAndImportance()[all …]
657 Landroid/app/NotificationChannel;->getUserLockedFields()I
2752 HSPLandroid/app/NotificationChannel;->getUserLockedFields()I
459 method public int getUserLockedFields();
653 method public int getUserLockedFields();