Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java627 if (!isStationaryLocked()) {
699 private boolean isStationaryLocked() { in isStationaryLocked() method in DeviceIdleController
716 if (!isStationaryLocked() && mStationaryListeners.size() == 1) { in registerStationaryListener()
1544 isStationary = isStationaryLocked(); in handleMessage()