Link to the appropriate config activity for dnd rules
Test: atest, manual Bug: 111474881 Change-Id: I0c1d7b14abe3cf65762167f3c412fa8f2be1d842
This commit is contained in:
@@ -24,6 +24,8 @@ public class ZenRuleInfo {
|
||||
that.defaultConditionId) : that.defaultConditionId != null) return false;
|
||||
if (serviceComponent != null ? !serviceComponent.equals(
|
||||
that.serviceComponent) : that.serviceComponent != null) return false;
|
||||
if (id != null ? !id.equals(that.id) : that.id != null)
|
||||
return false;
|
||||
return packageLabel != null ? packageLabel.equals(
|
||||
that.packageLabel) : that.packageLabel == null;
|
||||
|
||||
@@ -38,4 +40,5 @@ public class ZenRuleInfo {
|
||||
public boolean isSystem;
|
||||
public CharSequence packageLabel;
|
||||
public int ruleInstanceLimit = -1;
|
||||
public String id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user