Home
last modified time | relevance | path

Searched defs:expectedSize (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/libvehiclenetwork/native/
DVehicleNetworkProtoUtil.cpp60 int expectedSize = in.value_type - VEHICLE_VALUE_TYPE_FLOAT + 1; in toVehiclePropValue() local
76 int expectedSize = in.value_type - VEHICLE_VALUE_TYPE_INT32 + 1; in toVehiclePropValue() local
85 int expectedSize = in.value_type - VEHICLE_VALUE_TYPE_ZONED_INT32 + 1; in toVehiclePropValue() local
94 int expectedSize = in.value_type - VEHICLE_VALUE_TYPE_ZONED_FLOAT + 1; in toVehiclePropValue() local
156 int expectedSize = out.value_type - VEHICLE_VALUE_TYPE_FLOAT + 1; in fromVehiclePropValue() local
194 int expectedSize = out.value_type - VEHICLE_VALUE_TYPE_INT32 + 1; in fromVehiclePropValue() local
212 int expectedSize = out.value_type - VEHICLE_VALUE_TYPE_ZONED_INT32 + 1; in fromVehiclePropValue() local
229 int expectedSize = out.value_type - VEHICLE_VALUE_TYPE_ZONED_FLOAT + 1; in fromVehiclePropValue() local
/packages/apps/Dialer/tests/src/com/android/dialer/list/
DPhoneFavoritesTileAdapterTest.java295 int expectedSize) { in assertContactEntryListPositionsMatchId()
/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTests.java296 long expectedSize = (sizeString != null) ? Long.parseLong(sizeString) : 0; in checkAttachment() local
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java217 float expectedSize = ICON_SIZE_DEFINED_IN_APP_DP * densityBuckets[i] in getLauncherIconDensity() local