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.java43 private @PeopleType int mPriorityCalls = PEOPLE_TYPE_UNSET; field in ZenPolicy
187 return mPriorityCalls; in getPriorityCallSenders()
394 mZenPolicy.mPriorityCalls = PEOPLE_TYPE_ANYONE; in allowAllSounds()
410 mZenPolicy.mPriorityCalls = PEOPLE_TYPE_NONE; in disallowAllSounds()
445 mZenPolicy.mPriorityCalls = STATE_UNSET; in unsetPriorityCategory()
525 mZenPolicy.mPriorityCalls = audienceType; in allowCalls()
713 dest.writeInt(mPriorityCalls); in writeToParcel()
724 policy.mPriorityCalls = source.readInt();
741 .append("], priorityCalls=").append(peopleTypeToString(mPriorityCalls)) in toString()
854 && other.mPriorityCalls == mPriorityCalls in equals()
[all …]