Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DAutomaticZenRuleTest.java58 rule1.getConditionId().toString().length()); in testLongFields_inConstructor()
72 rule2.getConditionId().toString().length()); in testLongFields_inConstructor()
95 rule.getConditionId().toString().length()); in testLongFields_inSetters()
143 fromParcel.getConditionId().toString().length()); in testLongInputsFromParcel()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DEnableZenModeDialog.java214 final Uri conditionId = getConditionId(tag.condition); in bind()
270 public static Uri getConditionId(Condition condition) { in getConditionId() method in EnableZenModeDialog
300 return isForever(condition) ? null : getConditionId(condition); in getRealConditionId()
444 final Uri conditionId = getConditionId(tag.condition); in onClickTimeButton()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java1768 assertEquals(zenRule.getConditionId(), ruleInConfig.conditionId); in testAddAutomaticZenRule_CA()
1789 assertEquals(zenRule.getConditionId(), ruleInConfig.conditionId); in testAddAutomaticZenRule_CPS()
1807 mZenModeHelper.setAutomaticZenRuleState(zenRule.getConditionId(), in testSetAutomaticZenRuleState_nullPkg()
1808 new Condition(zenRule.getConditionId(), "", STATE_TRUE), in testSetAutomaticZenRuleState_nullPkg()
2025 new Condition(zenRule.getConditionId(), "", STATE_TRUE), in testZenModeEventLog_automaticRules()
2044 new Condition(zenRule.getConditionId(), "", STATE_TRUE), in testZenModeEventLog_automaticRules()
2200 new Condition(zenRule.getConditionId(), "", STATE_TRUE), in testZenModeEventLog_ruleCounts()
2312 new Condition(zenRule.getConditionId(), "", STATE_TRUE), in testZenModeEventLog_reassignUid()
2459 new Condition(zenRule.getConditionId(), "", STATE_TRUE), in testUpdateConsolidatedPolicy_defaultRulesOnly()
2502 new Condition(zenRule.getConditionId(), "", STATE_TRUE), in testUpdateConsolidatedPolicy_customPolicyOnly()
[all …]
/aosp14/frameworks/base/core/java/android/app/
H A DAutomaticZenRule.java157 public Uri getConditionId() { in getConditionId() method in AutomaticZenRule
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java658 rule.conditionId = automaticZenRule.getConditionId(); in populateZenRule()
H A DNotificationManagerService.java5098 Objects.requireNonNull(automaticZenRule.getConditionId(), "ConditionId is null");
5131 Objects.requireNonNull(automaticZenRule.getConditionId(), "ConditionId is null");
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5248 method public android.net.Uri getConditionId();