Searched refs:notificationOut (Results 1 – 1 of 1) sorted by relevance
515 notificationOut.mPackage = mStringPool[packageIndex]; in readNotificationFromParcel()517 notificationOut.mPackage = null; in readNotificationFromParcel()524 notificationOut.setChannelName(null); in readNotificationFromParcel()531 notificationOut.setChannelId(null); in readNotificationFromParcel()538 notificationOut.setConversationId(null); in readNotificationFromParcel()541 notificationOut.setUid(p.readInt()); in readNotificationFromParcel()542 notificationOut.setUserId(p.readInt()); in readNotificationFromParcel()543 notificationOut.setPostedTimeMs(p.readLong()); in readNotificationFromParcel()544 notificationOut.setTitle(p.readString()); in readNotificationFromParcel()545 notificationOut.setText(p.readString()); in readNotificationFromParcel()[all …]