Searched refs:MSG_REPORT_STATIONARY_STATUS (Results 1 – 2 of 2) sorted by relevance
34 import static com.android.server.DeviceIdleController.MSG_REPORT_STATIONARY_STATUS;201 message.what != MSG_REPORT_STATIONARY_STATUS in getHandler()212 argThat((message) -> message.what == MSG_REPORT_STATIONARY_STATUS in getHandler()
788 mHandler.obtainMessage(MSG_REPORT_STATIONARY_STATUS, listener).sendToTarget(); in postStationaryStatus()793 mHandler.sendEmptyMessage(MSG_REPORT_STATIONARY_STATUS); in postStationaryStatusUpdated()1824 static final int MSG_REPORT_STATIONARY_STATUS = 7; field in DeviceIdleController1984 case MSG_REPORT_STATIONARY_STATUS: { in handleMessage()