Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
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()
/frameworks/base/core/java/android/app/
DAutomaticZenRule.java150 public @Nullable ComponentName getConfigurationActivity() { in getConfigurationActivity() method in AutomaticZenRule
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java332 component = getActivityInfo(automaticZenRule.getConfigurationActivity()); in addAutomaticZenRule()
343 + getCurrentInstanceCount(automaticZenRule.getConfigurationActivity()) in addAutomaticZenRule()
630 rule.configurationActivity = automaticZenRule.getConfigurationActivity(); in populateZenRule()
DNotificationManagerService.java4956 && automaticZenRule.getConfigurationActivity() == null) {
4988 && automaticZenRule.getConfigurationActivity() == null) {
/frameworks/base/core/api/
Dcurrent.txt4981 method @Nullable public android.content.ComponentName getConfigurationActivity();