Searched refs:type (Results 1 – 11 of 11) sorted by relevance
98 @WebMessageCompat.Type final int type) { in isMessagePayloadTypeSupportedByWebView()99 return type == WebMessageCompat.TYPE_STRING in isMessagePayloadTypeSupportedByWebView()100 || (type == WebMessageCompat.TYPE_ARRAY_BUFFER in isMessagePayloadTypeSupportedByWebView()123 final @WebMessagePayloadType int type = payloadInterface.getType(); in webMessageCompatFromBoundaryInterface() local124 switch (type) { in webMessageCompatFromBoundaryInterface()
48 public void onFailure(@PrefetchExceptionTypeBoundaryInterface int type, in buildInvocationHandler()50 if (type == PrefetchExceptionTypeBoundaryInterface.NETWORK) { in buildInvocationHandler()
73 return value.type; in getValueType()
59 type = type = SoftwareType.INTERNAL_TEST_LIBRARY
157 private @NonNull String typeToString(@Type int type) { in typeToString() argument158 switch (type) { in typeToString()
55 type = type = SoftwareType.INTERNAL_TEST_LIBRARY
49 type = SoftwareType.INTERNAL_TEST_LIBRARY
60 type = SoftwareType.PUBLISHED_LIBRARY
72 type = SoftwareType.TEST_APPLICATION
579 public void setOnSafeBrowsingHitThreatType(int type) { in setOnSafeBrowsingHitThreatType() argument580 mOnSafeBrowsingHitThreatType = type; in setOnSafeBrowsingHitThreatType()
79 …Return type of method androidx.webkit.WebMessageCompat.getPorts() is a nullable collection (`andro…