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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java446 getMemoryInfo(mi);
1059 public void getMemoryInfo(Debug.MemoryInfo outInfo) throws RemoteException { method in class:ApplicationThreadProxy
H A DActivityManager.java1132 * {@link ActivityManager#getMemoryInfo}.
1226 public void getMemoryInfo(MemoryInfo outInfo) { method in class:ActivityManager
1228 ActivityManagerNative.getDefault().getMemoryInfo(outInfo);
H A DIApplicationThread.java118 void getMemoryInfo(Debug.MemoryInfo outInfo) throws RemoteException; method in interface:IApplicationThread
H A DActivityManagerNative.java1079 getMemoryInfo(mi);
3158 public void getMemoryInfo(ActivityManager.MemoryInfo outInfo) throws RemoteException { method in class:ActivityManagerProxy
H A DIActivityManager.java207 public void getMemoryInfo(ActivityManager.MemoryInfo outInfo) throws RemoteException; method in interface:IActivityManager
H A DActivityThread.java848 public void getMemoryInfo(Debug.MemoryInfo outInfo) { method in class:ActivityThread.ApplicationThread
849 Debug.getMemoryInfo(outInfo);
905 Debug.getMemoryInfo(memInfo);
/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.java3681 Debug.getMemoryInfo(pids[i], infos[i]);
5581 public void getMemoryInfo(ActivityManager.MemoryInfo outInfo) { method in class:ActivityManagerService
10443 Debug.getMemoryInfo(r.pid, mi);

Completed in 2340 milliseconds