Searched refs:PARCEL_VERSION (Results 1 – 4 of 4) sorted by relevance
1707 private static final int PARCEL_VERSION = 2; field in NotificationListenerService.Ranking1716 out.writeInt(PARCEL_VERSION); in writeToParcel()1751 if (version != PARCEL_VERSION) { in Ranking()1753 + version + ", expected " + PARCEL_VERSION); in Ranking()
192 private static final int PARCEL_VERSION = 40; field in ProcessStats824 out.writeInt(PARCEL_VERSION); in writeToParcel()1038 if (version != PARCEL_VERSION) { in readFromParcel()
7293 proto.write(BatteryStatsProto.PARCEL_VERSION, getParcelVersion()); in dumpProtoLocked()7766 proto.write(BatteryStatsServiceDumpHistoryProto.PARCEL_VERSION, getParcelVersion()); in dumpProtoHistoryLocked()
38762 Landroid/os/BatteryStatsProto;->PARCEL_VERSION:J