Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java281 boolean motionExpected = false; field in DeviceIdleControllerTest.StationaryListenerForTest
286 if (isStationary == motionExpected) { in onDeviceStationaryChanged()
1813 stationaryListener.motionExpected = true; in testStationaryDetection_QuickDozeOff()
1845 stationaryListener.motionExpected = true; in testStationaryDetection_QuickDozeOn_NoMotion()
1861 stationaryListener.motionExpected = false; in testStationaryDetection_QuickDozeOn_NoMotion()
1867 stationaryListener.motionExpected = true; in testStationaryDetection_QuickDozeOn_NoMotion()
1883 stationaryListener.motionExpected = false; in testStationaryDetection_QuickDozeOn_NoMotion()
1923 stationaryListener.motionExpected = true; in testStationaryDetection_QuickDozeOn_OneShot()
1967 stationaryListener.motionExpected = true; in testStationaryDetection_QuickDozeOn_MultiShot()