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()458 for (int i = 0; i < mZenPolicy.mPriorityCategories.size(); i++) { in allowAllSounds()459 mZenPolicy.mPriorityCategories.set(i, STATE_ALLOW); in allowAllSounds()461 mZenPolicy.mPriorityMessages = PEOPLE_TYPE_ANYONE; in allowAllSounds()462 mZenPolicy.mPriorityCalls = PEOPLE_TYPE_ANYONE; in allowAllSounds()463 mZenPolicy.mConversationSenders = CONVERSATION_SENDERS_ANYONE; in allowAllSounds()[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()