Searched refs:detachSystemDataTransport (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/transport/ |
H A D | CompanionTransportManager.java | 146 detachSystemDataTransport(packageName, userId, associationId); in attachSystemDataTransport() 156 public void detachSystemDataTransport(String packageName, int userId, int associationId) { in detachSystemDataTransport() method in CompanionTransportManager 213 transport.setOnTransportClosedListener(this::detachSystemDataTransport); in initializeTransport() 292 void detachSystemDataTransport(Transport transport) { in detachSystemDataTransport() method in CompanionTransportManager 296 detachSystemDataTransport(association.getPackageName(), in detachSystemDataTransport()
|
/aosp14/frameworks/base/core/java/android/companion/ |
H A D | CompanionDeviceService.java | 244 public final void detachSystemDataTransport(int associationId) in detachSystemDataTransport() method in CompanionDeviceService 247 .detachSystemDataTransport(associationId); in detachSystemDataTransport()
|
H A D | ICompanionDeviceManager.aidl | 95 void detachSystemDataTransport(String packageName, int userId, int associationId); in detachSystemDataTransport() method
|
H A D | CompanionDeviceManager.java | 1125 detachSystemDataTransport(associationId); in attachSystemDataTransport() 1149 public void detachSystemDataTransport(int associationId) in detachSystemDataTransport() method in CompanionDeviceManager 1556 mService.detachSystemDataTransport(mContext.getPackageName(), in stop()
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/ |
H A D | CompanionDeviceManagerService.java | 783 public void detachSystemDataTransport(String packageName, int userId, int associationId) { in detachSystemDataTransport() method in CompanionDeviceManagerService.CompanionDeviceManagerImpl 785 mTransportManager.detachSystemDataTransport(packageName, userId, associationId); in detachSystemDataTransport()
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 9523 …oid.Manifest.permission.DELIVER_COMPANION_MESSAGES) public void detachSystemDataTransport(int) thr… 9556 …nifest.permission.DELIVER_COMPANION_MESSAGES) public final void detachSystemDataTransport(int) thr…
|