Searched refs:MSG_REPORT_ACTIVE (Results 1 – 1 of 1) sorted by relevance
33 private static final int MSG_REPORT_ACTIVE = 1; field in DeviceIdleControllerWrapper51 case MSG_REPORT_ACTIVE: in handleMessage()76 mHandler.sendMessage(mHandler.obtainMessage(MSG_REPORT_ACTIVE, active ? 1 : 0, 0)); in reportActiveLocked()