Home
last modified time | relevance | path

Searched defs:mRankingMapFd (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationRankingUpdate.java44 private SharedMemory mRankingMapFd = null; field in NotificationRankingUpdate
154 SharedMemory mRankingMapFd = SharedMemory.create(mSharedMemoryName, mapSize); in writeToParcel() local