Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DWearEstimate.java73 public final int typeB; field in WearEstimate
81 public WearEstimate(int typeA, int typeB) { in WearEstimate() argument
83 this.typeB = validateWearValue(typeB); in WearEstimate()
88 typeB = validateWearValue(in.readInt()); in WearEstimate()
96 int typeB = UNKNOWN; in WearEstimate() local
104 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 …]
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DAlbumDataAdapter.java120 int typeB = 1; in compare() local
126 typeB = 0; in compare()
133 typeB = 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.java88 wearEstimateChange.oldEstimate.typeB);
90 wearEstimateChange.newEstimate.typeB);
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java404 assertEquals(DEFAULT_WEAR_INFORMATION.lifetimeEstimateB, wearEstimate.typeB); in testReadWearEstimate()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt967 field TIRAMISU_0 int typeB;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2397 field @IntRange(from=0xffffffff, to=100) public final int typeB;
/packages/services/Car/car-lib/api/
Dsystem-current.txt2397 field @IntRange(from=0xffffffff, to=100) public final int typeB;
Dtest-current.txt2478 field @IntRange(from=0xffffffff, to=100) public final int typeB;
Dsystem-lint-baseline.txt4218 UnflaggedApi: android.car.storagemonitoring.WearEstimate#typeB:
4219 New API must be flagged with @FlaggedApi: field android.car.storagemonitoring.WearEstimate.typeB