Home
last modified time | relevance | path

Searched refs:actualType (Results 1 – 16 of 16) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/
DBlockFileReader.java189 int actualType = allBlockBuffer.getInt(); in getBlock() local
190 if (actualType != blockInfo.getType()) { in getBlock()
192 "Expected type=" + blockInfo.getType() + ", but was " + actualType); in getBlock()
197 return new Block(actualId, actualType, blockDataBytes); in getBlock()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/validation/types/
DParceledArray.kt64 actualType = invalid::class, in validate()
78 actualType = value::class, in validate()
DIntentOrUri.kt55 actualType = value::class, in validate()
DSimpleValue.kt53 actualType = value::class, in validate()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/validation/
DFindings.kt81 val actualType: KClass<*>, constant in com.android.intentresolver.validation.WrongElementType
97 val actualType: KClass<*>, constant in com.android.intentresolver.validation.ValueIsWrongType
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/validation/types/
DParceledArrayTest.kt64 actualType = Point::class, in wrongElementType()
112 actualType = Int::class, in wrongType()
DIntentOrUriTest.kt104 actualType = Int::class, in wrongType_required()
126 actualType = Int::class, in wrongType_optional()
DSimpleValueTest.kt58 actualType = String::class, in wrongType()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DBlockingUserLifecycleListener.java216 Integer actualType = event.getEventType(); in onEvent() local
217 boolean removed = mExpectedEventTypesLeft.remove(actualType); in onEvent()
/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java611 int actualType = response.associations[i].type; in getUserAssociation() local
612 if (actualType != expectedType) { in getUserAssociation()
618 UserIdentificationAssociationType.class, actualType)); in getUserAssociation()
744 int actualType = response.associations[i].type; in handleOnUserIdentificationAssociation() local
745 if (actualType != expectedType) { in handleOnUserIdentificationAssociation()
752 actualType)); in handleOnUserIdentificationAssociation()
/packages/apps/TV/libs/
Dtruth-0.45.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java4572 final String actualType = MimeUtils.extractPrimaryType( in ensureFileColumns() local
4574 if (!Objects.equals(expectedType, actualType)) { in ensureFileColumns()
4575 throw new IllegalArgumentException("Placement of " + actualType in ensureFileColumns()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java2629 final int actualType = intent.getIntExtra(EXTRA_NETWORK_TYPE, -1);
2631 return type == actualType
/packages/apps/TV/libs/m2/
Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...