Searched refs:typeB (Results 1 – 9 of 9) sorted by relevance
73 public final int typeB; field in WearEstimate81 public WearEstimate(int typeA, int typeB) { in WearEstimate() argument83 this.typeB = validateWearValue(typeB); in WearEstimate()88 typeB = validateWearValue(in.readInt()); in WearEstimate()96 int typeB = UNKNOWN; in WearEstimate() local104 typeB = validateWearValue(in.nextInt()); in WearEstimate()112 this.typeB = typeB; in WearEstimate()118 typeB = in.getInt("wearEstimateTypeB"); in WearEstimate()130 dest.writeInt(typeB); in writeToParcel()139 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);
404 assertEquals(DEFAULT_WEAR_INFORMATION.lifetimeEstimateB, wearEstimate.typeB); in testReadWearEstimate()
967 field TIRAMISU_0 int typeB;
2397 field @IntRange(from=0xffffffff, to=100) public final int typeB;
2478 field @IntRange(from=0xffffffff, to=100) public final int typeB;
4218 UnflaggedApi: android.car.storagemonitoring.WearEstimate#typeB:4219 New API must be flagged with @FlaggedApi: field android.car.storagemonitoring.WearEstimate.typeB