Home
last modified time | relevance | path

Searched refs:getValidWebViewApplicationInfos (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/webview/
DWebViewUpdateServiceWrapper.java58 public List<ApplicationInfo> getValidWebViewApplicationInfos(Context context) { in getValidWebViewApplicationInfos() method in WebViewUpdateServiceWrapper
DWebViewAppPicker.java71 webViewUpdateService.getValidWebViewApplicationInfos(context); in getCandidates()
/packages/apps/Settings/tests/robotests/src/com/android/settings/webview/
DWebViewAppPickerTest.java338 when(mWvusWrapper.getValidWebViewApplicationInfos(any())) in testSuccessfulClickChangesProvider()
352 when(mWvusWrapper.getValidWebViewApplicationInfos(any())) in testFailingClickUpdatesSetting()