Update stubs

This commit is contained in:
Joe Farebrother
2022-06-21 16:12:05 +01:00
parent c4de158e0d
commit 498ad230c2
105 changed files with 4782 additions and 2876 deletions

View File

@@ -0,0 +1,10 @@
// Generated automatically from android.webkit.WebViewRenderProcess for testing purposes
package android.webkit;
abstract public class WebViewRenderProcess
{
public WebViewRenderProcess(){}
public abstract boolean terminate();
}