Searched refs:mNotificationsAllowed (Results 1 – 1 of 1) sorted by relevance
213 private final boolean mNotificationsAllowed; field in SafetySource249 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.Builder740 mNotificationsAllowed = safetySource.mNotificationsAllowed; in Builder()970 mNotificationsAllowed = notificationsAllowed; in setNotificationsAllowed()[all …]