Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAutomaticZenRule.java157 private String mTriggerDescription; field in AutomaticZenRule
260 mTriggerDescription = getTrimmedString(source.readString(), MAX_DESC_LENGTH); in AutomaticZenRule()
451 return mTriggerDescription; in getTriggerDescription()
464 mTriggerDescription = triggerDescription; in setTriggerDescription()
550 dest.writeString(mTriggerDescription); in writeToParcel()
572 .append(",triggerDescription=").append(mTriggerDescription) in toString()
614 && Objects.equals(other.mTriggerDescription, mTriggerDescription) in equals()
625 mPkg, mAllowManualInvocation, mIconResId, mTriggerDescription, mType); in hashCode()
870 rule.mTriggerDescription = mDescription; in build()