Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/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/services/Car/car-test-lib/src/android/car/testapi/
DBlockingUserLifecycleListener.java200 Integer actualType = event.getEventType(); in onEvent() local
201 boolean removed = mExpectedEventTypesLeft.remove(actualType); in onEvent()
/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java595 int actualType = response.associations.get(i).type; in getUserAssociation() local
596 if (actualType != expectedType) { in getUserAssociation()
600 + ", got " + UserIdentificationAssociationType.toString(actualType)); in getUserAssociation()
725 int actualType = response.associations.get(i).type; in handleOnUserIdentificationAssociation() local
726 if (actualType != expectedType) { in handleOnUserIdentificationAssociation()
730 + ", got " + UserIdentificationAssociationType.toString(actualType)); in handleOnUserIdentificationAssociation()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java3330 final String actualType = MimeUtils.extractPrimaryType( in ensureFileColumns() local
3332 if (!Objects.equals(expectedType, actualType)) { in ensureFileColumns()
3333 throw new IllegalArgumentException("Placement of " + actualType in ensureFileColumns()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java2017 final int actualType = intent.getIntExtra(EXTRA_NETWORK_TYPE, -1); in expectConnectivityAction()
2019 return type == actualType in expectConnectivityAction()