Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java1813 stationaryListener.motionExpected = true; in testStationaryDetection_QuickDozeOff()
1842 spyOn(stationaryListener); in testStationaryDetection_QuickDozeOn_NoMotion()
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()
1892 inOrder.verify(stationaryListener, in testStationaryDetection_QuickDozeOn_NoMotion()
1920 spyOn(stationaryListener); in testStationaryDetection_QuickDozeOn_OneShot()
1923 stationaryListener.motionExpected = true; in testStationaryDetection_QuickDozeOn_OneShot()
1964 spyOn(stationaryListener); in testStationaryDetection_QuickDozeOn_MultiShot()
[all …]