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

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsRecorder.java141 public void resetLocked() { method in class:NetworkStatsRecorder
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java196 resetLocked(true);
397 return resetLocked(animate);
401 private boolean resetLocked(boolean animate) { method in class:MagnificationController
H A DAccessibilityManagerService.java2870 resetLocked();
3679 public void resetLocked() { method in class:AccessibilityManagerService.Service
3713 resetLocked();
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java135 mOrientationJudge.resetLocked(clearCurrentRotation);
298 public abstract void resetLocked(boolean clearCurrentRotation); method in class:WindowOrientationListener.OrientationJudge
621 resetLocked(true /* clearCurrentRotation */);
797 public void resetLocked(boolean clearCurrentRotation) { method in class:WindowOrientationListener.AccelSensorJudge
1036 public void resetLocked(boolean clearCurrentRotation) { method in class:WindowOrientationListener.OrientationSensorJudge
/frameworks/support/media-compat/tests/src/android/support/v4/media/session/
H A DMediaSessionCompatTest.java181 mCallback.resetLocked();
205 mCallback.resetLocked();
220 mCallback.resetLocked();
259 mCallback.resetLocked();
313 mCallback.resetLocked();
346 mCallback.resetLocked();
373 mCallback.resetLocked();
413 mCallback.resetLocked();
420 mCallback.resetLocked();
438 mCallback.resetLocked();
855 public void resetLocked() { method in class:MediaSessionCompatTest.MediaControllerCallback
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java184 connection.resetLocked(null, null, null, null, null);
388 connection.resetLocked(hardware, callback, info, callingUid, resolvedUserId);
409 connection.resetLocked(null, null, null, null, null);
626 public void resetLocked(TvInputHardwareImpl hardware, ITvInputHardwareCallback callback, method in class:TvInputHardwareManager.Connection
632 Slog.e(TAG, "error in Connection::resetLocked", e);
647 Slog.e(TAG, "error in Connection::resetLocked", e);
699 resetLocked(null, null, null, null, null);

Completed in 152 milliseconds