Searched refs:mZenPolicy (Results 1 – 2 of 2) sorted by relevance
430 private ZenPolicy mZenPolicy; field in ZenPolicy.Builder433 mZenPolicy = new ZenPolicy(); in Builder()441 mZenPolicy = policy.copy(); in Builder()443 mZenPolicy = new ZenPolicy(); in Builder()451 return mZenPolicy.copy(); in build()462 mZenPolicy.mPriorityCalls = PEOPLE_TYPE_ANYONE; in allowAllSounds()478 mZenPolicy.mPriorityMessages = PEOPLE_TYPE_NONE; in disallowAllSounds()479 mZenPolicy.mPriorityCalls = PEOPLE_TYPE_NONE; in disallowAllSounds()574 mZenPolicy.mConversationSenders = audienceType; in allowConversations()598 mZenPolicy.mPriorityMessages = audienceType; in allowMessages()[all …]
46 private ZenPolicy mZenPolicy; field in AutomaticZenRule109 this.mZenPolicy = policy; in AutomaticZenRule()134 mZenPolicy = source.readParcelable(null, android.service.notification.ZenPolicy.class); in AutomaticZenRule()194 return mZenPolicy == null ? null : this.mZenPolicy.copy(); in getZenPolicy()245 this.mZenPolicy = (zenPolicy == null ? null : zenPolicy.copy()); in setZenPolicy()291 dest.writeParcelable(mZenPolicy, 0); in writeToParcel()307 .append(",mZenPolicy=").append(mZenPolicy) in toString()322 && Objects.equals(other.mZenPolicy, mZenPolicy) in equals()331 configurationActivity, mZenPolicy, mModified, creationTime, mPkg); in hashCode()