Searched refs:actualType (Results 1 – 5 of 5) sorted by relevance
189 int actualType = allBlockBuffer.getInt(); in getBlock() local190 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()
200 Integer actualType = event.getEventType(); in onEvent() local201 boolean removed = mExpectedEventTypesLeft.remove(actualType); in onEvent()
595 int actualType = response.associations.get(i).type; in getUserAssociation() local596 if (actualType != expectedType) { in getUserAssociation()600 + ", got " + UserIdentificationAssociationType.toString(actualType)); in getUserAssociation()725 int actualType = response.associations.get(i).type; in handleOnUserIdentificationAssociation() local726 if (actualType != expectedType) { in handleOnUserIdentificationAssociation()730 + ", got " + UserIdentificationAssociationType.toString(actualType)); in handleOnUserIdentificationAssociation()
3330 final String actualType = MimeUtils.extractPrimaryType( in ensureFileColumns() local3332 if (!Objects.equals(expectedType, actualType)) { in ensureFileColumns()3333 throw new IllegalArgumentException("Placement of " + actualType in ensureFileColumns()
2017 final int actualType = intent.getIntExtra(EXTRA_NETWORK_TYPE, -1); in expectConnectivityAction()2019 return type == actualType in expectConnectivityAction()