Home
last modified time | relevance | path

Searched refs:RULE_ID (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenCustomRuleSettingsBase.java35 static final String RULE_ID = "RULE_ID"; field in ZenCustomRuleSettingsBase
50 if (bundle != null && bundle.containsKey(RULE_ID)) { in onAttach()
51 mId = bundle.getString(RULE_ID); in onAttach()
100 bundle.putString(RULE_ID, mId); in createZenRuleBundle()
H A DAbstractZenCustomRulePreferenceController.java59 bundle.putString(ZenCustomRuleSettings.RULE_ID, mId); in createBundle()
H A DZenModeRuleSettingsBase.java91 bundle.putString(ZenCustomRuleSettings.RULE_ID, mId); in onCreate()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/notification/zen/
H A DZenRuleCustomPrefContrTestBase.java28 public static final String RULE_ID = "test_rule_id"; field in ZenRuleCustomPrefContrTestBase
38 getController().onResume(mRule, RULE_ID); in updateControllerZenPolicy()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/
H A DZenRuleCustomPrefContrTestBase.java30 public static final String RULE_ID = "test_rule_id"; field in ZenRuleCustomPrefContrTestBase
40 getController().onResume(mRule, RULE_ID); in updateControllerZenPolicy()
H A DZenRuleVisEffectPreferenceControllerTest.java83 when(mBackend.getAutomaticZenRule(RULE_ID)).thenReturn(mRule); in setup()
173 verify(mBackend).updateZenRule(RULE_ID, mRule); in onPreferenceChanged_checkedFalse()
185 verify(mBackend).updateZenRule(RULE_ID, mRule); in onPreferenceChanged_checkedTrue()
H A DZenRuleCustomSwitchPreferenceControllerTest.java92 verify(mBackend).updateZenRule(RULE_ID, mRule); in onPreferenceChanged_enable()
106 verify(mBackend).updateZenRule(RULE_ID, mRule); in onPreferenceChanged_disable()
H A DZenRuleRepeatCallersPreferenceControllerTest.java106 verify(mBackend).updateZenRule(RULE_ID, mRule); in onPreferenceChanged_EnableRepeatCallers()
121 verify(mBackend).updateZenRule(RULE_ID, mRule); in onPreferenceChanged_DisableRepeatCallers()
H A DZenRuleCustomPolicyPreferenceControllerTest.java73 when(mBackend.getAutomaticZenRule(RULE_ID)).thenReturn(mRule); in setup()
H A DZenRuleDefaultPolicyPreferenceControllerTest.java73 when(mBackend.getAutomaticZenRule(RULE_ID)).thenReturn(mRule); in setup()
H A DZenRuleVisEffectsAllPreferenceControllerTest.java72 when(mBackend.getAutomaticZenRule(RULE_ID)).thenReturn(mRule); in setup()
H A DZenRuleVisEffectsCustomPreferenceControllerTest.java72 when(mBackend.getAutomaticZenRule(RULE_ID)).thenReturn(mRule); in setup()
H A DZenRuleVisEffectsNonePreferenceControllerTest.java72 when(mBackend.getAutomaticZenRule(RULE_ID)).thenReturn(mRule); in setup()
H A DZenRuleStarredContactsPreferenceControllerTest.java88 when(mBackend.getAutomaticZenRule(RULE_ID)).thenReturn(mRule); in setup()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38632 …Deprecated public static final String EXTRA_RULE_ID = "android.service.notification.extra.RULE_ID";