Searched refs:priorityNumber (Results 1 – 1 of 1) sorted by relevance
137 Number priorityNumber = (Number) in.readSerializable(); in NotificationContent() local138 if (priorityNumber != null) { in NotificationContent()139 mPriority = NotificationPriority.fromNativeValue(priorityNumber.intValue()); in NotificationContent()224 Number priorityNumber = (Number) in.readObject(); in readObject() local225 if (priorityNumber != null) { in readObject()226 mPriority = NotificationPriority.fromNativeValue(priorityNumber.intValue()); in readObject()