Searched defs:serviceComponent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
H A DZenRuleInfo.java25 if (serviceComponent != null ? !serviceComponent.equals(
26 that.serviceComponent) : that.serviceComponent != null) return false;
37 public ComponentName serviceComponent; field in class:ZenRuleInfo

Completed in 1020 milliseconds