Searched refs:PARCEL_VERSION (Results 1 – 4 of 4) sorted by relevance
1775 private static final int PARCEL_VERSION = 2; field in NotificationListenerService.Ranking1785 out.writeInt(PARCEL_VERSION); in writeToParcel()1822 if (version != PARCEL_VERSION) { in Ranking()1824 + version + ", expected " + PARCEL_VERSION); in Ranking()
198 private static final int PARCEL_VERSION = 41; field in ProcessStats864 out.writeInt(PARCEL_VERSION); in writeToParcel()1086 if (version != PARCEL_VERSION) { in readFromParcel()
7955 proto.write(BatteryStatsProto.PARCEL_VERSION, getParcelVersion()); in dumpProtoLocked()8422 proto.write(BatteryStatsServiceDumpHistoryProto.PARCEL_VERSION, getParcelVersion()); in dumpProtoHistoryLocked()
34796 Landroid/os/BatteryStatsProto;->PARCEL_VERSION:J