Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DWearEstimate.java67 public final int typeA; field in WearEstimate
81 public WearEstimate(int typeA, int typeB) { in WearEstimate() argument
82 this.typeA = validateWearValue(typeA); in WearEstimate()
87 typeA = validateWearValue(in.readInt()); in WearEstimate()
95 int typeA = UNKNOWN; in WearEstimate() local
101 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 …]
/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.java403 assertEquals(DEFAULT_WEAR_INFORMATION.lifetimeEstimateA, wearEstimate.typeA); in testReadWearEstimate()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt966 field TIRAMISU_0 int typeA;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2396 field @IntRange(from=0xffffffff, to=100) public final int typeA;
/packages/services/Car/car-lib/api/
Dsystem-current.txt2396 field @IntRange(from=0xffffffff, to=100) public final int typeA;
Dtest-current.txt2477 field @IntRange(from=0xffffffff, to=100) public final int typeA;
Dsystem-lint-baseline.txt4216 UnflaggedApi: android.car.storagemonitoring.WearEstimate#typeA:
4217 New API must be flagged with @FlaggedApi: field android.car.storagemonitoring.WearEstimate.typeA