Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DAutomaticZenRuleTest.java70 rule1.getConditionId().toString().length()); in testLongFields_inConstructor()
84 rule2.getConditionId().toString().length()); in testLongFields_inConstructor()
107 rule.getConditionId().toString().length()); in testLongFields_inSetters()
159 fromParcel.getConditionId().toString().length()); in testLongInputsFromParcel()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DEnableZenModeDialog.java223 final Uri conditionId = getConditionId(tag.condition); in bind()
279 public static Uri getConditionId(Condition condition) { in getConditionId() method in EnableZenModeDialog
309 return isForever(condition) ? null : getConditionId(condition); in getRealConditionId()
453 final Uri conditionId = getConditionId(tag.condition); in onClickTimeButton()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java713 new Condition(azr.getConditionId(), "", STATE_TRUE), in testTotalSilence_consolidatedPolicyDisallowsAll()
747 new Condition(azr.getConditionId(), "", STATE_TRUE), in testAlarmsOnly_consolidatedPolicyOnlyAllowsAlarmsAndMedia()
2368 assertEquals(zenRule.getConditionId(), ruleInConfig.conditionId); in testAddAutomaticZenRule_CA()
2389 assertEquals(zenRule.getConditionId(), ruleInConfig.conditionId); in testAddAutomaticZenRule_CPS()
2470 mZenModeHelper.setAutomaticZenRuleState(zenRule.getConditionId(), in testSetAutomaticZenRuleState_nullPkg()
2471 new Condition(zenRule.getConditionId(), "", STATE_TRUE), in testSetAutomaticZenRuleState_nullPkg()
3106 new Condition(zenRule.getConditionId(), "", STATE_TRUE), in testZenModeEventLog_automaticRules()
3127 new Condition(zenRule.getConditionId(), "", STATE_TRUE), in testZenModeEventLog_automaticRules()
3211 new Condition(zenRule.getConditionId(), "", STATE_TRUE, SOURCE_USER_ACTION), in testZenModeEventLog_automaticRuleActivatedFromAppByAppAndUser()
3216 new Condition(zenRule.getConditionId(), "", STATE_FALSE, SOURCE_SCHEDULE), in testZenModeEventLog_automaticRuleActivatedFromAppByAppAndUser()
[all …]
/frameworks/base/core/java/android/app/
DAutomaticZenRule.java283 public Uri getConditionId() { in getConditionId() method in AutomaticZenRule
698 mConditionId = rule.getConditionId(); in Builder()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java1137 if (!Objects.equals(rule.conditionId, azr.getConditionId())) { in populateZenRule()
1138 rule.conditionId = azr.getConditionId(); in populateZenRule()
1247 rule.conditionId = azr.getConditionId(); in populateZenRule()
DNotificationManagerService.java5586 Objects.requireNonNull(rule.getConditionId(), "ConditionId is null");
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt5400 method public android.net.Uri getConditionId();