Home
last modified time | relevance | path

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

/webkit/webkit/src/main/java/androidx/webkit/internal/
DWebMessagePayloadAdapter.java75 private void checkType(@WebMessagePayloadType int expectedType) { in checkType() argument
76 if (mType != expectedType) { in checkType()
77 throw new IllegalStateException("Expected " + expectedType + ", but type is " + mType); in checkType()