Home
last modified time | relevance | path

Searched defs:getMemoryInfo (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/os/
DDebug.java811 public static native void getMemoryInfo(MemoryInfo memoryInfo); in getMemoryInfo() method in Debug
818 public static native void getMemoryInfo(int pid, MemoryInfo memoryInfo); in getMemoryInfo() method in Debug
/frameworks/base/core/java/android/app/
DIApplicationThread.java115 void getMemoryInfo(Debug.MemoryInfo outInfo) throws RemoteException; in getMemoryInfo() method
DActivityManager.java965 public void getMemoryInfo(MemoryInfo outInfo) { in getMemoryInfo() method in ActivityManager
DApplicationThreadNative.java996 public void getMemoryInfo(Debug.MemoryInfo outInfo) throws RemoteException { in getMemoryInfo() method in ApplicationThreadProxy
DIActivityManager.java234 public void getMemoryInfo(ActivityManager.MemoryInfo outInfo) throws RemoteException; in getMemoryInfo() method
DActivityThread.java789 public void getMemoryInfo(Debug.MemoryInfo outInfo) { in getMemoryInfo() method in ActivityThread.ApplicationThread
DActivityManagerNative.java2715 public void getMemoryInfo(ActivityManager.MemoryInfo outInfo) throws RemoteException { in getMemoryInfo() method in ActivityManagerProxy
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java4916 public void getMemoryInfo(ActivityManager.MemoryInfo outInfo) { in getMemoryInfo() method