Searched refs:mType (Results 1 – 2 of 2) sorted by relevance
32 private final @WebMessagePayloadType int mType; field in WebMessagePayloadAdapter37 mType = WebMessageCompat.TYPE_STRING; in WebMessagePayloadAdapter()43 mType = WebMessageCompat.TYPE_ARRAY_BUFFER; in WebMessagePayloadAdapter()57 return mType; in getType()76 if (mType != expectedType) { in checkType()77 throw new IllegalStateException("Expected " + expectedType + ", but type is " + mType); in checkType()
49 private final @Type int mType; field in WebMessageCompat70 mType = TYPE_STRING; in WebMessageCompat()98 mType = TYPE_ARRAY_BUFFER; in WebMessageCompat()107 return mType; in getType()169 if (typeForGetter != mType) { in checkType()171 + typeToString(mType) + " expected, but got " + typeToString(typeForGetter)); in checkType()