diff options
author | Songchun Fan <schfan@google.com> | 2020-02-27 18:13:06 -0800 |
---|---|---|
committer | Songchun Fan <schfan@google.com> | 2020-03-04 19:50:44 -0800 |
commit | 7f051b525156bb01cb9ac37c36222e2f321c9723 (patch) | |
tree | 239b315b201dccb4f7c4045212d9ece343c847b4 /services/art-profile | |
parent | cbed111bda23bb0a65dd2d8238528a34f43afcac (diff) |
remove proxy binder service IIncrementalManager
This is no longer needed because native Incremental Service directly
uses IDataLoaderManager.
BUG: 150406132
Test: atest service.incremental_test
Test: atest PackageManagerShellCommandIncrementalTest
Change-Id: Idbde2988883becbf3eb707d42c0558774a6073e8
Diffstat (limited to 'services/art-profile')
-rw-r--r-- | services/art-profile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/services/art-profile b/services/art-profile index 9a2023df2d28..ab55bfc377d7 100644 --- a/services/art-profile +++ b/services/art-profile @@ -16817,10 +16817,6 @@ HSPLcom/android/server/incident/RequestQueue;-><init>(Landroid/os/Handler;)V PLcom/android/server/incident/RequestQueue;->access$000(Lcom/android/server/incident/RequestQueue;)Ljava/util/ArrayList; PLcom/android/server/incident/RequestQueue;->enqueue(Landroid/os/IBinder;ZLjava/lang/Runnable;)V PLcom/android/server/incident/RequestQueue;->start()V -HSPLcom/android/server/incremental/IncrementalManagerService;-><init>(Landroid/content/Context;)V -PLcom/android/server/incremental/IncrementalManagerService;->dump(Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V -HSPLcom/android/server/incremental/IncrementalManagerService;->start(Landroid/content/Context;)Lcom/android/server/incremental/IncrementalManagerService; -PLcom/android/server/incremental/IncrementalManagerService;->systemReady()V HPLcom/android/server/infra/-$$Lambda$AbstractMasterSystemService$1$TLhe3_2yHs5UB69Y7lf2s7OxJCo;-><init>(Ljava/lang/String;)V PLcom/android/server/infra/-$$Lambda$AbstractMasterSystemService$1$TLhe3_2yHs5UB69Y7lf2s7OxJCo;->visit(Ljava/lang/Object;)V HSPLcom/android/server/infra/-$$Lambda$AbstractMasterSystemService$_fKw-VUP0pSfcMMlgRqoT4OPhxw;-><init>(Lcom/android/server/infra/AbstractMasterSystemService;Ljava/lang/String;)V @@ -43466,8 +43462,6 @@ Lcom/android/server/incident/PendingReports; Lcom/android/server/incident/RequestQueue$1; Lcom/android/server/incident/RequestQueue$Rec; Lcom/android/server/incident/RequestQueue; -Lcom/android/server/incremental/IncrementalManagerService; -Lcom/android/server/incremental/IncrementalManagerShellCommand; Lcom/android/server/infra/-$$Lambda$AbstractMasterSystemService$1$TLhe3_2yHs5UB69Y7lf2s7OxJCo; Lcom/android/server/infra/-$$Lambda$AbstractMasterSystemService$_fKw-VUP0pSfcMMlgRqoT4OPhxw; Lcom/android/server/infra/-$$Lambda$AbstractMasterSystemService$su3lJpEVIbL-C7doP4eboTpqjxU; |