Home
last modified time | relevance | path

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

/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetySourceIssue.java260 @Nullable private final Notification mCustomNotification; field in SafetySourceIssue
290 this.mCustomNotification = customNotification; in SafetySourceIssue()
425 return mCustomNotification; in getCustomNotification()
535 dest.writeTypedObject(mCustomNotification, flags); in writeToParcel()
557 && Objects.equals(mCustomNotification, that.mCustomNotification) in equals()
576 mCustomNotification, in hashCode()
605 + mCustomNotification in toString()
1214 @Nullable private Notification mCustomNotification = null; field in SafetySourceIssue.Builder
1257 mCustomNotification = safetySourceIssue.mCustomNotification; in Builder()
1353 mCustomNotification = customNotification; in setCustomNotification()
[all …]