diff options
author | Mathieu Chartier <mathieuc@google.com> | 2013-08-07 11:29:40 -0700 |
---|---|---|
committer | Mathieu Chartier <mathieuc@google.com> | 2013-08-10 18:59:13 +0000 |
commit | b7645d845df8e65a642dfc10eaf8dd37c5f9437c (patch) | |
tree | 60ebf57bffe88c9c04b78fb27c6f8715cbda4d74 /libart/src/main/java/dalvik | |
parent | 4f048e215773f825ec8129363fd2eb989b6a272f (diff) | |
download | libcore-b7645d845df8e65a642dfc10eaf8dd37c5f9437c.zip libcore-b7645d845df8e65a642dfc10eaf8dd37c5f9437c.tar.gz libcore-b7645d845df8e65a642dfc10eaf8dd37c5f9437c.tar.bz2 |
Remove updateProcessState.
Change-Id: Icbbc65dbc51bb46e64df27a5066b2ef08fe7b93f
(cherry picked from commit 7798d7373c11f47a81f465577e4074480de82af6)
Diffstat (limited to 'libart/src/main/java/dalvik')
-rw-r--r-- | libart/src/main/java/dalvik/system/VMRuntime.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libart/src/main/java/dalvik/system/VMRuntime.java b/libart/src/main/java/dalvik/system/VMRuntime.java index fbfd8f6..d322c16 100644 --- a/libart/src/main/java/dalvik/system/VMRuntime.java +++ b/libart/src/main/java/dalvik/system/VMRuntime.java @@ -238,12 +238,6 @@ public final class VMRuntime { */ public native void registerNativeFree(int bytes); - /* - * Updates the internal process state of the VM. You can find the process states in - * ActivityManager. - */ - public native void updateProcessState(int newProcessState); - public native void trimHeap(); public native void concurrentGC(); } |