Loading api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -6308,6 +6308,7 @@ package android.app { } public class VrManager { method public void setAndBindVrCompositor(android.content.ComponentName); method public void setPersistentVrModeEnabled(boolean); } config/preloaded-classes +1 −0 Original line number Diff line number Diff line Loading @@ -2192,6 +2192,7 @@ android.util.IntProperty android.util.Log android.util.Log$1 android.util.Log$ImmediateLogWriter android.util.Log$PreloadHolder android.util.Log$TerribleFailureHandler android.util.LogPrinter android.util.LongArray Loading config/preloaded-classes-extra +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ android.media.MediaPlayer android.media.SoundPool android.text.format.Formatter android.text.Html$HtmlParser android.util.Log$PreloadHolder com.android.org.conscrypt.TrustedCertificateStore org.ccil.cowan.tagsoup.HTMLScanner sun.security.jca.Providers core/java/android/app/Activity.java +13 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,7 @@ import android.view.WindowManager; import android.view.WindowManagerGlobal; import android.view.accessibility.AccessibilityEvent; import android.view.autofill.AutofillManager; import android.view.autofill.AutofillManager.AutofillClient; import android.view.autofill.AutofillPopupWindow; import android.view.autofill.IAutofillWindowPresenter; import android.widget.AdapterView; Loading Loading @@ -947,6 +948,18 @@ public class Activity extends ContextThemeWrapper return mAutofillManager; } @Override protected void attachBaseContext(Context newBase) { super.attachBaseContext(newBase); newBase.setAutofillClient(this); } /** @hide */ @Override public final AutofillClient getAutofillClient() { return this; } /** * Called when the activity is starting. This is where most initialization * should go: calling {@link #setContentView(int)} to inflate the Loading core/java/android/app/ActivityManagerInternal.java +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ public abstract class ActivityManagerInternal { /** * Allow DeviceIdleController to tell us about what apps are whitelisted. */ public abstract void setDeviceIdleWhitelist(int[] userAppids, int[] allAppids); public abstract void setDeviceIdleWhitelist(int[] appids); /** * Update information about which app IDs are on the temp whitelist. Loading Loading
api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -6308,6 +6308,7 @@ package android.app { } public class VrManager { method public void setAndBindVrCompositor(android.content.ComponentName); method public void setPersistentVrModeEnabled(boolean); }
config/preloaded-classes +1 −0 Original line number Diff line number Diff line Loading @@ -2192,6 +2192,7 @@ android.util.IntProperty android.util.Log android.util.Log$1 android.util.Log$ImmediateLogWriter android.util.Log$PreloadHolder android.util.Log$TerribleFailureHandler android.util.LogPrinter android.util.LongArray Loading
config/preloaded-classes-extra +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ android.media.MediaPlayer android.media.SoundPool android.text.format.Formatter android.text.Html$HtmlParser android.util.Log$PreloadHolder com.android.org.conscrypt.TrustedCertificateStore org.ccil.cowan.tagsoup.HTMLScanner sun.security.jca.Providers
core/java/android/app/Activity.java +13 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,7 @@ import android.view.WindowManager; import android.view.WindowManagerGlobal; import android.view.accessibility.AccessibilityEvent; import android.view.autofill.AutofillManager; import android.view.autofill.AutofillManager.AutofillClient; import android.view.autofill.AutofillPopupWindow; import android.view.autofill.IAutofillWindowPresenter; import android.widget.AdapterView; Loading Loading @@ -947,6 +948,18 @@ public class Activity extends ContextThemeWrapper return mAutofillManager; } @Override protected void attachBaseContext(Context newBase) { super.attachBaseContext(newBase); newBase.setAutofillClient(this); } /** @hide */ @Override public final AutofillClient getAutofillClient() { return this; } /** * Called when the activity is starting. This is where most initialization * should go: calling {@link #setContentView(int)} to inflate the Loading
core/java/android/app/ActivityManagerInternal.java +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ public abstract class ActivityManagerInternal { /** * Allow DeviceIdleController to tell us about what apps are whitelisted. */ public abstract void setDeviceIdleWhitelist(int[] userAppids, int[] allAppids); public abstract void setDeviceIdleWhitelist(int[] appids); /** * Update information about which app IDs are on the temp whitelist. Loading