Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/rotationresolver/
H A DRotationResolverManagerPerUserServiceTest.java55 RotationResolverInternal.RotationResolverCallbackInternal mMockCallbackInternal;
101 RotationResolverInternal.RotationResolverCallbackInternal callbackInternal = in testResolveRotation_callOnSuccess()
102 Mockito.mock(RotationResolverInternal.RotationResolverCallbackInternal.class); in testResolveRotation_callOnSuccess()
110 RotationResolverInternal.RotationResolverCallbackInternal callbackInternal = in testResolveRotation_noCrashWhenCancelled()
111 Mockito.mock(RotationResolverInternal.RotationResolverCallbackInternal.class); in testResolveRotation_noCrashWhenCancelled()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowOrientationListenerTest.java92 final RotationResolverInternal.RotationResolverCallbackInternal callback1 = in testOnSensorChanged_callbackNotTheLatest_IgnoreResult()
96 final RotationResolverInternal.RotationResolverCallbackInternal callback2 = in testOnSensorChanged_callbackNotTheLatest_IgnoreResult()
150 RotationResolverCallbackInternal mCallback;
158 public void resolveRotation(@NonNull RotationResolverCallbackInternal callback, in resolveRotation()
165 public RotationResolverCallbackInternal getCallback() { in getCallback()
/aosp14/frameworks/base/core/java/android/rotationresolver/
H A DRotationResolverInternal.java56 public abstract void resolveRotation(@NonNull RotationResolverCallbackInternal callback, in resolveRotation()
65 public interface RotationResolverCallbackInternal { interface in RotationResolverInternal
/aosp14/frameworks/base/services/core/java/com/android/server/rotationresolver/
H A DRotationResolverManagerPerUserService.java99 @NonNull RotationResolverInternal.RotationResolverCallbackInternal callbackInternal, in resolveRotationLocked()
123 final RotationResolverInternal.RotationResolverCallbackInternal wrapper = in resolveRotationLocked()
124 new RotationResolverInternal.RotationResolverCallbackInternal() { in resolveRotationLocked()
H A DRotationResolverShellCommand.java23 import android.rotationresolver.RotationResolverInternal.RotationResolverCallbackInternal;
39 static class TestableRotationCallbackInternal implements RotationResolverCallbackInternal {
H A DRemoteRotationResolverService.java99 final RotationResolverInternal.RotationResolverCallbackInternal
117 @NonNull RotationResolverInternal.RotationResolverCallbackInternal callbackInternal, in RotationRequest()
H A DRotationResolverManagerService.java157 RotationResolverInternal.RotationResolverCallbackInternal callbackInternal, in resolveRotationShellCommand()
184 @NonNull RotationResolverCallbackInternal callbackInternal, String packageName, in resolveRotation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrientationListener.java1204 new RotationResolverInternal.RotationResolverCallbackInternal() { in onSensorChanged()