Home
last modified time | relevance | path

Searched defs:isStationary (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/framework/java/com/android/server/
H A DDeviceIdleInternal.java85 void onDeviceStationaryChanged(boolean isStationary); in onDeviceStationaryChanged()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java300 boolean isStationary = false; field in DeviceIdleControllerTest.StationaryListenerForTest
303 public void onDeviceStationaryChanged(boolean isStationary) { in onDeviceStationaryChanged()