/aosp14/frameworks/base/core/tests/companiontests/src/android/companion/ |
H A D | SystemDataTransportTest.java | 101 mCdm.attachSystemDataTransport(mAssociationId, new TrickleInputStream(in), out); in testPingTrickle() 113 mCdm.attachSystemDataTransport(mAssociationId, new DelayingInputStream(in, 1000), in testPingDelay() 171 mCdm.attachSystemDataTransport(mAssociationId, in, out); in testDoubleAttach() 226 mCdm.attachSystemDataTransport(mAssociationId, in, out); in assertTransportBehavior()
|
/aosp14/frameworks/base/core/java/android/companion/ |
H A D | CompanionDeviceService.java | 225 public final void attachSystemDataTransport(int associationId, @NonNull InputStream in, in attachSystemDataTransport() method in CompanionDeviceService 228 .attachSystemDataTransport(associationId, in attachSystemDataTransport()
|
H A D | ICompanionDeviceManager.aidl | 93 …void attachSystemDataTransport(String packageName, int userId, int associationId, in ParcelFileDes… in attachSystemDataTransport() method
|
H A D | CompanionDeviceManager.java | 1121 public void attachSystemDataTransport(int associationId, @NonNull InputStream in, in attachSystemDataTransport() method in CompanionDeviceManager 1524 mService.attachSystemDataTransport(mContext.getPackageName(), in start()
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/transport/ |
H A D | CompanionTransportManager.java | 141 public void attachSystemDataTransport(String packageName, int userId, int associationId, in attachSystemDataTransport() method in CompanionTransportManager
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/ |
H A D | CompanionDeviceManagerService.java | 776 public void attachSystemDataTransport(String packageName, int userId, int associationId, in attachSystemDataTransport() method in CompanionDeviceManagerService.CompanionDeviceManagerImpl 779 mTransportManager.attachSystemDataTransport(packageName, userId, associationId, fd); in attachSystemDataTransport()
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 9520 …oid.Manifest.permission.DELIVER_COMPANION_MESSAGES) public void attachSystemDataTransport(int, @No… 9555 …nifest.permission.DELIVER_COMPANION_MESSAGES) public final void attachSystemDataTransport(int, @No…
|