Searched refs:PARCEL_VERSION (Results 1 – 4 of 4) sorted by relevance
1518 private static final int PARCEL_VERSION = 2; field in NotificationListenerService.Ranking1527 out.writeInt(PARCEL_VERSION); in writeToParcel()1556 if (version != PARCEL_VERSION) { in Ranking()1558 + 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()
7213 proto.write(BatteryStatsProto.PARCEL_VERSION, getParcelVersion()); in dumpProtoLocked()7693 proto.write(BatteryStatsServiceDumpHistoryProto.PARCEL_VERSION, getParcelVersion()); in dumpProtoHistoryLocked()
52812 Landroid/os/BatteryStatsProto;->PARCEL_VERSION:J