Home
last modified time | relevance | path

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

/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetySource.java213 private final boolean mNotificationsAllowed; field in SafetySource
249 mNotificationsAllowed = notificationsAllowed; in SafetySource()
535 return mNotificationsAllowed; in areNotificationsAllowed()
595 && mNotificationsAllowed == that.mNotificationsAllowed in equals()
617 mNotificationsAllowed, in hashCode()
653 + mNotificationsAllowed in toString()
684 dest.writeBoolean(mNotificationsAllowed); in writeToParcel()
709 @Nullable private Boolean mNotificationsAllowed; field in SafetySource.Builder
740 mNotificationsAllowed = safetySource.mNotificationsAllowed; in Builder()
970 mNotificationsAllowed = notificationsAllowed; in setNotificationsAllowed()
[all …]