Home
last modified time | relevance | path

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

/webkit/webkit/src/main/java/androidx/webkit/internal/
DWebMessageAdapter.java98 @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() local
124 switch (type) { in webMessageCompatFromBoundaryInterface()
DPrefetchOperationCallbackAdapter.java48 public void onFailure(@PrefetchExceptionTypeBoundaryInterface int type, in buildInvocationHandler()
50 if (type == PrefetchExceptionTypeBoundaryInterface.NETWORK) { in buildInvocationHandler()
DAssetHelper.java73 return value.type; in getValueType()
/webkit/integration-tests/instrumentation/
Dbuild.gradle59 type = type = SoftwareType.INTERNAL_TEST_LIBRARY
/webkit/webkit/src/main/java/androidx/webkit/
DWebMessageCompat.java157 private @NonNull String typeToString(@Type int type) { in typeToString() argument
158 switch (type) { in typeToString()
/webkit/chips-enabled-integration-tests/instrumentation/
Dbuild.gradle55 type = type = SoftwareType.INTERNAL_TEST_LIBRARY
/webkit/integration-tests/common/
Dbuild.gradle49 type = SoftwareType.INTERNAL_TEST_LIBRARY
/webkit/webkit/
Dbuild.gradle60 type = SoftwareType.PUBLISHED_LIBRARY
/webkit/integration-tests/testapp/
Dbuild.gradle72 type = SoftwareType.TEST_APPLICATION
/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DWebViewClientCompatTest.java579 public void setOnSafeBrowsingHitThreatType(int type) { in setOnSafeBrowsingHitThreatType() argument
580 mOnSafeBrowsingHitThreatType = type; in setOnSafeBrowsingHitThreatType()
/webkit/webkit/api/
Dapi_lint.ignore79 …Return type of method androidx.webkit.WebMessageCompat.getPorts() is a nullable collection (`andro…