Home
last modified time | relevance | path

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

/webkit/chips-enabled-integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DEnablePartitionedCookiesTest.java66 Context ctx = ApplicationProvider.getApplicationContext(); in setUpClass() local
67 WebkitUtils.checkStartupFeature(ctx, in setUpClass()
73 config.setPartitionedCookiesEnabled(ctx, true); in setUpClass()
/webkit/integration-tests/common/src/main/java/androidx/webkit/test/common/
DWebkitUtils.java189 public static void checkStartupFeature(@NonNull Context ctx, @NonNull String featureName) { in checkStartupFeature() argument
191 final boolean hasFeature = WebViewFeature.isStartupFeatureSupported(ctx, featureName); in checkStartupFeature()
DWebViewOnUiThread.java133 final Context ctx = ApplicationProvider.getApplicationContext(); in createWebView() local
135 h.mView = new WebView(ctx); in createWebView()
/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DWebViewCompatTest.java145 final MockContext ctx = in testStartSafeBrowsingUseApplicationContext() local
149 WebViewCompat.startSafeBrowsing(ctx, in testStartSafeBrowsingUseApplicationContext()
150 value -> startSafeBrowsingFuture.set(ctx.wasGetApplicationContextCalled())); in testStartSafeBrowsingUseApplicationContext()