From ea8e738b3e8a810383f4bfc2a9fd07232da1b6dc Mon Sep 17 00:00:00 2001 From: Sudheer Shanka Date: Thu, 27 Oct 2016 17:42:25 -0700 Subject: [PATCH] Remove ApplicationThreadNative from preloaded/compiled-classes. And add IApplicationThread$Stub and IApplicationThread$Stub$Proxy. Bug: 30977067 Test: N/A Change-Id: I86f9517ac25bf68320e94524c617b101e5bbb80c --- compiled-classes-phone | 3 ++- preloaded-classes | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/compiled-classes-phone b/compiled-classes-phone index 621430671eb4..661ff95c5331 100644 --- a/compiled-classes-phone +++ b/compiled-classes-phone @@ -237,7 +237,6 @@ android.app.ApplicationPackageManager android.app.ApplicationPackageManager$MoveCallbackDelegate android.app.ApplicationPackageManager$OnPermissionsChangeListenerDelegate android.app.ApplicationPackageManager$ResourceName -android.app.ApplicationThreadNative android.app.ApplicationThreadProxy android.app.AutomaticZenRule android.app.BackStackRecord @@ -313,6 +312,8 @@ android.app.IAppTask android.app.IAppTask$Stub android.app.IAppTask$Stub$Proxy android.app.IApplicationThread +android.app.IApplicationThread$Stub +android.app.IApplicationThread$Stub$Proxy android.app.IInstrumentationWatcher android.app.IInstrumentationWatcher$Stub android.app.INotificationManager diff --git a/preloaded-classes b/preloaded-classes index 5ddd08b8cddf..45734b6861c0 100644 --- a/preloaded-classes +++ b/preloaded-classes @@ -365,7 +365,6 @@ android.app.ApplicationErrorReport$CrashInfo android.app.ApplicationLoaders android.app.ApplicationPackageManager android.app.ApplicationPackageManager$ResourceName -android.app.ApplicationThreadNative android.app.BackStackRecord android.app.BackStackRecord$Op android.app.BackStackRecord$TransitionState @@ -393,6 +392,8 @@ android.app.IAlarmManager android.app.IAlarmManager$Stub android.app.IAlarmManager$Stub$Proxy android.app.IApplicationThread +android.app.IApplicationThread$Stub +android.app.IApplicationThread$Stub$Proxy android.app.IInstrumentationWatcher android.app.IInstrumentationWatcher$Stub android.app.INotificationManager -- 2.11.0