Searched refs:mPriority (Results 1 – 1 of 1) sorted by relevance
32 private NotificationPriority mPriority; field in NotificationContent98 return mPriority; in getPriority()139 mPriority = NotificationPriority.fromNativeValue(priorityNumber.intValue()); in NotificationContent()158 dest.writeSerializable(mPriority != null ? mPriority.getNativeValue() : null); in writeToParcel()185 out.writeObject(mPriority != null ? mPriority.getNativeValue() : null); in writeObject()226 mPriority = NotificationPriority.fromNativeValue(priorityNumber.intValue()); in readObject()252 private NotificationPriority mPriority; field in NotificationContent.Builder284 mPriority = priority; in setPriority()348 content.mPriority = mPriority; in build()