D | NotificationVisibility.java | 39 public NotificationLocation location; 48 public enum NotificationLocation { enum in NotificationVisibility 61 NotificationLocation(int metricsEventNotificationLocation) { in NotificationLocation() method in NotificationVisibility.NotificationLocation 78 NotificationLocation location) { in NotificationVisibility() 138 this.location = NotificationLocation.valueOf(in.readString()); in readFromParcel() 146 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in obtain() 153 NotificationLocation location) { in obtain()
|