Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1518 private static final int PARCEL_VERSION = 2; field in NotificationListenerService.Ranking
1527 out.writeInt(PARCEL_VERSION); in writeToParcel()
1556 if (version != PARCEL_VERSION) { in Ranking()
1558 + version + ", expected " + PARCEL_VERSION); in Ranking()
/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessStats.java182 private static final int PARCEL_VERSION = 36; field in ProcessStats
799 out.writeInt(PARCEL_VERSION); in writeToParcel()
1012 if (version != PARCEL_VERSION) { in readFromParcel()