/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IVideoProvider.aidl | 39 void setDeviceOrientation(int rotation); in setDeviceOrientation() method
|
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsVideoCallProvider.aidl | 53 void setDeviceOrientation(int rotation); in setDeviceOrientation() method
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | VideoCallImpl.java | 292 public void setDeviceOrientation(int rotation) { in setDeviceOrientation() method in VideoCallImpl 294 mVideoProvider.setDeviceOrientation(rotation); in setDeviceOrientation()
|
H A D | InCallService.java | 764 public abstract void setDeviceOrientation(int rotation); in setDeviceOrientation() method in InCallService.VideoCall
|
H A D | RemoteConnection.java | 545 public void setDeviceOrientation(int rotation) { in setDeviceOrientation() method in RemoteConnection.VideoProvider 547 mVideoProviderBinder.setDeviceOrientation(rotation); in setDeviceOrientation()
|
H A D | Connection.java | 1651 public void setDeviceOrientation(int rotation) { in setDeviceOrientation() method in Connection.VideoProvider.VideoProviderBinder
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/videotech/ |
H A D | VideoTech.java | 81 void setDeviceOrientation(int rotation); in setDeviceOrientation() method
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/videotech/ims/ |
H A D | ImsVideoTech.java | 326 public void setDeviceOrientation(int rotation) { in setDeviceOrientation() method in ImsVideoTech 327 call.getVideoCall().setDeviceOrientation(rotation); in setDeviceOrientation()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/videotech/empty/ |
H A D | EmptyVideoTech.java | 108 public void setDeviceOrientation(int rotation) {} in setDeviceOrientation() method in EmptyVideoTech
|
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | TestManagedVideoProvider.java | 91 mRemoteVideoProvider.setDeviceOrientation(rotation); in onSetDeviceOrientation()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/videotech/duo/ |
H A D | DuoVideoTech.java | 193 public void setDeviceOrientation(int rotation) {} in setDeviceOrientation() method in DuoVideoTech
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | VideoProviderTest.java | 386 mVideoCall.setDeviceOrientation(ORIENTATION_0); in testSetDeviceOrientation() 395 mVideoCall.setDeviceOrientation(ORIENTATION_90); in testSetDeviceOrientation()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsVideoCallProvider.java | 142 public void setDeviceOrientation(int rotation) { in setDeviceOrientation() method in ImsVideoCallProvider.ImsVideoCallProviderBinder
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | VideoProviderProxy.java | 411 mConectionServiceVideoProvider.setDeviceOrientation(rotation); in onSetDeviceOrientation()
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
H A D | ImsVideoCallProviderWrapper.java | 289 mVideoCallProvider.setDeviceOrientation(rotation); in onSetDeviceOrientation()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/ |
H A D | CallList.java | 720 call.getVideoTech().setDeviceOrientation(rotation); in notifyCallsOfDeviceRotation()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | VideoCallPresenter.java | 815 videoCall.setDeviceOrientation(deviceOrientation); in adjustVideoMode()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 55032 Landroid/telecom/Connection$VideoProvider$VideoProviderBinder;->setDeviceOrientation(I)V 57446 Landroid/telephony/ims/ImsVideoCallProvider$ImsVideoCallProviderBinder;->setDeviceOrientation(I)V 75144 Lcom/android/ims/internal/IImsVideoCallProvider$Stub$Proxy;->setDeviceOrientation(I)V 75167 Lcom/android/ims/internal/IImsVideoCallProvider;->setDeviceOrientation(I)V 87091 Lcom/android/internal/telecom/IVideoProvider$Stub$Proxy;->setDeviceOrientation(I)V 87118 Lcom/android/internal/telecom/IVideoProvider;->setDeviceOrientation(I)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 40171 method public abstract void setDeviceOrientation(int); 40374 method public void setDeviceOrientation(int);
|