Searched defs:getMemoryInfo (Results 1 - 8 of 8) sorted by path

/frameworks/base/core/java/android/app/
H A DActivityManager.java890 * {@link ActivityManager#getMemoryInfo}.
965 public void getMemoryInfo(MemoryInfo outInfo) { method in class:ActivityManager
967 ActivityManagerNative.getDefault().getMemoryInfo(outInfo);
H A DActivityManagerNative.java945 getMemoryInfo(mi);
2722 public void getMemoryInfo(ActivityManager.MemoryInfo outInfo) throws RemoteException { method in class:ActivityManagerProxy
H A DActivityThread.java790 public void getMemoryInfo(Debug.MemoryInfo outInfo) { method in class:ActivityThread.ApplicationThread
791 Debug.getMemoryInfo(outInfo);
835 Debug.getMemoryInfo(memInfo);
H A DApplicationThreadNative.java427 getMemoryInfo(mi);
996 public void getMemoryInfo(Debug.MemoryInfo outInfo) throws RemoteException { method in class:ApplicationThreadProxy
H A DIActivityManager.java234 public void getMemoryInfo(ActivityManager.MemoryInfo outInfo) throws RemoteException; method in interface:IActivityManager
H A DIApplicationThread.java115 void getMemoryInfo(Debug.MemoryInfo outInfo) throws RemoteException; method in interface:IApplicationThread
/frameworks/base/core/java/android/os/
H A DDebug.java811 public static native void getMemoryInfo(MemoryInfo memoryInfo); method in class:Debug
818 public static native void getMemoryInfo(int pid, MemoryInfo memoryInfo); method in class:Debug
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3397 Debug.getMemoryInfo(pids[i], infos[i]);
5072 public void getMemoryInfo(ActivityManager.MemoryInfo outInfo) { method in class:ActivityManagerService
9783 Debug.getMemoryInfo(r.pid, mi);

Completed in 216 milliseconds