Searched refs:typeB (Results 1 – 5 of 5) sorted by relevance
69 public final int typeB; field in WearEstimate77 public WearEstimate(int typeA, int typeB) { in WearEstimate() argument79 this.typeB = validateWearValue(typeB); in WearEstimate()84 typeB = validateWearValue(in.readInt()); in WearEstimate()92 int typeB = UNKNOWN; in WearEstimate() local100 typeB = validateWearValue(in.nextInt()); in WearEstimate()106 this.typeB = typeB; in WearEstimate()112 typeB = in.getInt("wearEstimateTypeB"); in WearEstimate()123 dest.writeInt(typeB); in writeToParcel()132 jsonWriter.name("wearEstimateTypeB").value(typeB); in writeToJson()[all …]
120 int typeB = 1; in compare() local126 typeB = 0; in compare()133 typeB = 2; in compare()136 if (typeA == typeB) { in compare()139 return (int) Math.signum(typeA - typeB); in compare()
88 wearEstimateChange.oldEstimate.typeB);90 wearEstimateChange.newEstimate.typeB);
407 assertEquals(DEFAULT_WEAR_INFORMATION.lifetimeEstimateB, wearEstimate.typeB); in testReadWearEstimate()
1241 field @IntRange(from=0xffffffff, to=100) public final int typeB;