Home
last modified time | relevance | path

Searched refs:MSG_REPORT_STATIONARY_STATUS (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java34 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()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java788 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 DeviceIdleController
1984 case MSG_REPORT_STATIONARY_STATUS: { in handleMessage()