Searched refs:typeA (Results 1 – 5 of 5) sorted by relevance
63 public final int typeA; field in WearEstimate77 public WearEstimate(int typeA, int typeB) { in WearEstimate() argument78 this.typeA = validateWearValue(typeA); in WearEstimate()83 typeA = validateWearValue(in.readInt()); in WearEstimate()91 int typeA = UNKNOWN; in WearEstimate() local97 typeA = validateWearValue(in.nextInt()); in WearEstimate()105 this.typeA = typeA; in WearEstimate()111 typeA = in.getInt("wearEstimateTypeA"); in WearEstimate()122 dest.writeInt(typeA); in writeToParcel()131 jsonWriter.name("wearEstimateTypeA").value(typeA); in writeToJson()[all …]
119 int typeA = 1; in compare() local123 typeA = 0; in compare()130 typeA = 2; in compare()136 if (typeA == typeB) { in compare()139 return (int) Math.signum(typeA - typeB); in compare()
87 final int oldLevel = Math.max(wearEstimateChange.oldEstimate.typeA,89 final int newLevel = Math.max(wearEstimateChange.newEstimate.typeA,
406 assertEquals(DEFAULT_WEAR_INFORMATION.lifetimeEstimateA, wearEstimate.typeA); in testReadWearEstimate()
1240 field @IntRange(from=0xffffffff, to=100) public final int typeA;