Searched refs:REPORT_MEM_USAGE_MSG (Results 1 – 2 of 2) sorted by relevance
39 import static com.android.server.am.ActivityManagerService.REPORT_MEM_USAGE_MSG;1309 Message msg = mService.mHandler.obtainMessage(REPORT_MEM_USAGE_MSG, memInfos); in doLowMemReportIfNeededLocked()
1456 static final int REPORT_MEM_USAGE_MSG = 33; field in ActivityManagerService1710 case REPORT_MEM_USAGE_MSG: { in handleMessage()