Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java44 private @PeopleType int mPriorityCalls = PEOPLE_TYPE_UNSET; field in ZenPolicy
232 return mPriorityCalls; in getPriorityCallSenders()
449 mZenPolicy.mPriorityCalls = PEOPLE_TYPE_ANYONE; in allowAllSounds()
466 mZenPolicy.mPriorityCalls = PEOPLE_TYPE_NONE; in disallowAllSounds()
502 mZenPolicy.mPriorityCalls = STATE_UNSET; in unsetPriorityCategory()
609 mZenPolicy.mPriorityCalls = audienceType; in allowCalls()
796 dest.writeInt(mPriorityCalls); in writeToParcel()
808 policy.mPriorityCalls = source.readInt();
826 .append("], priorityCallsSenders=").append(peopleTypeToString(mPriorityCalls)) in toString()
960 && other.mPriorityCalls == mPriorityCalls in equals()
[all …]