Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java3635 public static String getSafeBrowsingLocaleForTesting() { in getSafeBrowsingLocaleForTesting() method in AwContents
3636 return AwContentsJni.get().getSafeBrowsingLocaleForTesting(); in getSafeBrowsingLocaleForTesting()
4156 String getSafeBrowsingLocaleForTesting(); in getSafeBrowsingLocaleForTesting() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DSafeBrowsingTest.java1111 () -> AwContents.getSafeBrowsingLocaleForTesting()); in getSafeBrowsingLocaleOnUiThreadForTesting()