Searched defs:resetLocked (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsRecorder.java136 public void resetLocked() { method in class:NetworkStatsRecorder
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java149 resetLocked(true);
368 return resetLocked(animate);
372 private boolean resetLocked(boolean animate) { method in class:MagnificationController
H A DAccessibilityManagerService.java2377 resetLocked();
3110 public void resetLocked() { method in class:AccessibilityManagerService.Service
3143 resetLocked();
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java121 mOrientationJudge.resetLocked();
282 public abstract void resetLocked(); method in class:WindowOrientationListener.OrientationJudge
605 resetLocked();
781 public void resetLocked() { method in class:WindowOrientationListener.AccelSensorJudge
1018 public void resetLocked() { method in class:WindowOrientationListener.OrientationSensorJudge
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java183 connection.resetLocked(null, null, null, null, null);
389 connection.resetLocked(hardware, callback, info, callingUid, resolvedUserId);
410 connection.resetLocked(null, null, null, null, null);
632 public void resetLocked(TvInputHardwareImpl hardware, ITvInputHardwareCallback callback, method in class:TvInputHardwareManager.Connection
638 Slog.e(TAG, "error in Connection::resetLocked", e);
653 Slog.e(TAG, "error in Connection::resetLocked", e);
705 resetLocked(null, null, null, null, null);

Completed in 231 milliseconds