Home
last modified time | relevance | path

Searched refs:typeA (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DWearEstimate.java63 public final int typeA; field in WearEstimate
77 public WearEstimate(int typeA, int typeB) { in WearEstimate() argument
78 this.typeA = validateWearValue(typeA); in WearEstimate()
83 typeA = validateWearValue(in.readInt()); in WearEstimate()
91 int typeA = UNKNOWN; in WearEstimate() local
97 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 …]
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DAlbumDataAdapter.java119 int typeA = 1; in compare() local
123 typeA = 0; in compare()
130 typeA = 2; in compare()
136 if (typeA == typeB) { in compare()
139 return (int) Math.signum(typeA - typeB); in compare()
/packages/services/Car/tests/DefaultStorageMonitoringCompanionApp/src/com/google/android/car/defaultstoragemonitoringcompanionapp/
DMainActivity.java87 final int oldLevel = Math.max(wearEstimateChange.oldEstimate.typeA,
89 final int newLevel = Math.max(wearEstimateChange.newEstimate.typeA,
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java406 assertEquals(DEFAULT_WEAR_INFORMATION.lifetimeEstimateA, wearEstimate.typeA); in testReadWearEstimate()
/packages/services/Car/car-lib/api/
Dsystem-current.txt1240 field @IntRange(from=0xffffffff, to=100) public final int typeA;