Home
last modified time | relevance | path

Searched refs:getConfigurationActivity (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DAutomaticZenRuleTest.java74 rule2.getConfigurationActivity().getPackageName().length()); in testLongFields_inConstructor()
97 rule.getConfigurationActivity().getPackageName().length()); in testLongFields_inSetters()
99 rule.getConfigurationActivity().getClassName().length()); in testLongFields_inSetters()
145 fromParcel.getConfigurationActivity().getPackageName().length()); in testLongInputsFromParcel()
147 fromParcel.getConfigurationActivity().getClassName().length()); in testLongInputsFromParcel()
/aosp14/frameworks/base/core/java/android/app/
H A DAutomaticZenRule.java150 public @Nullable ComponentName getConfigurationActivity() { in getConfigurationActivity() method in AutomaticZenRule
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java351 component = getActivityInfo(automaticZenRule.getConfigurationActivity()); in addAutomaticZenRule()
362 + getCurrentInstanceCount(automaticZenRule.getConfigurationActivity()) in addAutomaticZenRule()
664 rule.configurationActivity = automaticZenRule.getConfigurationActivity(); in populateZenRule()
H A DNotificationManagerService.java5094 && automaticZenRule.getConfigurationActivity() == null) {
5127 && automaticZenRule.getConfigurationActivity() == 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.txt5249 method @Nullable public android.content.ComponentName getConfigurationActivity();