Searched refs:mPriorityCalls (Results 1 – 1 of 1) sorted by relevance
43 private @PeopleType int mPriorityCalls = PEOPLE_TYPE_UNSET; field in ZenPolicy187 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 …]