Searched refs:expectedType (Results 1 – 1 of 1) sorted by relevance
75 private void checkType(@WebMessagePayloadType int expectedType) { in checkType() argument76 if (mType != expectedType) { in checkType()77 throw new IllegalStateException("Expected " + expectedType + ", but type is " + mType); in checkType()