Home
last modified time | relevance | path

Searched refs:DeviceNotAssociatedException (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/companion/
DDeviceNotAssociatedException.java26 public class DeviceNotAssociatedException extends RuntimeException { class
28 public DeviceNotAssociatedException(@Nullable String deviceName) { in DeviceNotAssociatedException() method in DeviceNotAssociatedException
DCompanionDeviceService.java197 throws DeviceNotAssociatedException { in dispatchMessageToSystem()
226 @NonNull OutputStream out) throws DeviceNotAssociatedException { in attachSystemDataTransport()
245 throws DeviceNotAssociatedException { in detachSystemDataTransport()
DCompanionDeviceManager.java1213 throws DeviceNotAssociatedException { in startObservingDevicePresence()
1224 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in startObservingDevicePresence()
1257 throws DeviceNotAssociatedException { in stopObservingDevicePresence()
1268 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in stopObservingDevicePresence()
1368 throws DeviceNotAssociatedException { in dispatchMessage()
1390 @NonNull OutputStream out) throws DeviceNotAssociatedException { in attachSystemDataTransport()
1423 throws DeviceNotAssociatedException { in detachSystemDataTransport()
1552 throws DeviceNotAssociatedException { in buildPermissionTransferUserConsentIntent()
1568 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in buildPermissionTransferUserConsentIntent()
1603 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in isPermissionTransferUserConsented()
[all …]
/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
DDevicePresenceProcessor.java41 import android.companion.DeviceNotAssociatedException;
306 throw new RemoteException(new DeviceNotAssociatedException("App " + packageName in startObservingDevicePresence()
336 throw new RemoteException(new DeviceNotAssociatedException("App " + packageName in stopObservingDevicePresence()
/frameworks/base/core/api/
Dcurrent.txt9790 ….InputStream, @NonNull java.io.OutputStream) throws android.companion.DeviceNotAssociatedException;
9792 …uildPermissionTransferUserConsentIntent(int) throws android.companion.DeviceNotAssociatedException;
9794 …) public void detachSystemDataTransport(int) throws android.companion.DeviceNotAssociatedException;
9806 …tartObservingDevicePresence(@NonNull String) throws android.companion.DeviceNotAssociatedException;
9808 ….Void,android.companion.CompanionException>) throws android.companion.DeviceNotAssociatedException;
9809 …stopObservingDevicePresence(@NonNull String) throws android.companion.DeviceNotAssociatedException;
9831 ….InputStream, @NonNull java.io.OutputStream) throws android.companion.DeviceNotAssociatedException;
9832 …ic final void detachSystemDataTransport(int) throws android.companion.DeviceNotAssociatedException;
9848 public class DeviceNotAssociatedException extends java.lang.RuntimeException {