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()457 return mNotificationBehavior; in getNotificationBehavior()536 dest.writeInt(mNotificationBehavior); in writeToParcel()558 && mNotificationBehavior == that.mNotificationBehavior in equals()577 mNotificationBehavior, in hashCode()607 + mNotificationBehavior in toString()1218 private int mNotificationBehavior = NOTIFICATION_BEHAVIOR_UNSPECIFIED; field in SafetySourceIssue.Builder1258 mNotificationBehavior = safetySourceIssue.mNotificationBehavior; in Builder()1374 mNotificationBehavior = validateNotificationBehavior(notificationBehavior); in setNotificationBehavior()[all …]