Searched refs:mNotificationBehavior (Results 1 – 1 of 1) sorted by relevance
261 @NotificationBehavior private final int mNotificationBehavior; field in SafetySourceIssue291 this.mNotificationBehavior = notificationBehavior; in SafetySourceIssue()454 return mNotificationBehavior; in getNotificationBehavior()531 dest.writeInt(mNotificationBehavior); in writeToParcel()553 && mNotificationBehavior == that.mNotificationBehavior in equals()572 mNotificationBehavior, in hashCode()602 + mNotificationBehavior in toString()1208 private int mNotificationBehavior = NOTIFICATION_BEHAVIOR_UNSPECIFIED; field in SafetySourceIssue.Builder1247 mNotificationBehavior = safetySourceIssue.mNotificationBehavior; in Builder()1360 mNotificationBehavior = validateNotificationBehavior(notificationBehavior); in setNotificationBehavior()[all …]