Searched refs:PARCEL_VERSION (Results 1 – 4 of 4) sorted by relevance
1519 private static final int PARCEL_VERSION = 2; field in NotificationListenerService.Ranking1528 out.writeInt(PARCEL_VERSION); in writeToParcel()1558 if (version != PARCEL_VERSION) { in Ranking()1560 + version + ", expected " + PARCEL_VERSION); in Ranking()
182 private static final int PARCEL_VERSION = 36; field in ProcessStats799 out.writeInt(PARCEL_VERSION); in writeToParcel()1012 if (version != PARCEL_VERSION) { in readFromParcel()
7269 proto.write(BatteryStatsProto.PARCEL_VERSION, getParcelVersion()); in dumpProtoLocked()7749 proto.write(BatteryStatsServiceDumpHistoryProto.PARCEL_VERSION, getParcelVersion()); in dumpProtoHistoryLocked()
49278 Landroid/os/BatteryStatsProto;->PARCEL_VERSION:J