Searched refs:typeA (Results 1 – 9 of 9) sorted by relevance
67 public final int typeA; field in WearEstimate81 public WearEstimate(int typeA, int typeB) { in WearEstimate() argument82 this.typeA = validateWearValue(typeA); in WearEstimate()87 typeA = validateWearValue(in.readInt()); in WearEstimate()95 int typeA = UNKNOWN; in WearEstimate() local101 typeA = validateWearValue(in.nextInt()); in WearEstimate()111 this.typeA = typeA; in WearEstimate()117 typeA = in.getInt("wearEstimateTypeA"); in WearEstimate()129 dest.writeInt(typeA); in writeToParcel()138 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,
403 assertEquals(DEFAULT_WEAR_INFORMATION.lifetimeEstimateA, wearEstimate.typeA); in testReadWearEstimate()
966 field TIRAMISU_0 int typeA;
2396 field @IntRange(from=0xffffffff, to=100) public final int typeA;
2477 field @IntRange(from=0xffffffff, to=100) public final int typeA;
4216 UnflaggedApi: android.car.storagemonitoring.WearEstimate#typeA:4217 New API must be flagged with @FlaggedApi: field android.car.storagemonitoring.WearEstimate.typeA