Home
last modified time | relevance | path

Searched refs:notificationOut (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationHistory.java512 HistoricalNotification.Builder notificationOut = new HistoricalNotification.Builder(); in readNotificationFromParcel() local
515 notificationOut.mPackage = mStringPool[packageIndex]; in readNotificationFromParcel()
517 notificationOut.mPackage = null; in readNotificationFromParcel()
522 notificationOut.setChannelName(mStringPool[channelNameIndex]); in readNotificationFromParcel()
524 notificationOut.setChannelName(null); in readNotificationFromParcel()
529 notificationOut.setChannelId(mStringPool[channelIdIndex]); in readNotificationFromParcel()
531 notificationOut.setChannelId(null); in readNotificationFromParcel()
536 notificationOut.setConversationId(mStringPool[conversationIdIndex]); in readNotificationFromParcel()
538 notificationOut.setConversationId(null); in readNotificationFromParcel()
541 notificationOut.setUid(p.readInt()); in readNotificationFromParcel()
[all …]