Searched refs:DeviceNotAssociatedException (Results 1 – 7 of 7) sorted by relevance
26 public class DeviceNotAssociatedException extends RuntimeException { class28 public DeviceNotAssociatedException(@Nullable String deviceName) { in DeviceNotAssociatedException() method in DeviceNotAssociatedException
1017 throws DeviceNotAssociatedException { in startObservingDevicePresence()1026 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in startObservingDevicePresence()1059 throws DeviceNotAssociatedException { in stopObservingDevicePresence()1068 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in stopObservingDevicePresence()1100 throws DeviceNotAssociatedException { in dispatchMessage()1122 @NonNull OutputStream out) throws DeviceNotAssociatedException { in attachSystemDataTransport()1150 throws DeviceNotAssociatedException { in detachSystemDataTransport()1262 throws DeviceNotAssociatedException { in buildPermissionTransferUserConsentIntent()1273 ExceptionUtils.propagateIfInstanceOf(e.getCause(), DeviceNotAssociatedException.class); in buildPermissionTransferUserConsentIntent()1294 public void startSystemDataTransfer(int associationId) throws DeviceNotAssociatedException { in startSystemDataTransfer()[all …]
197 throws DeviceNotAssociatedException { in dispatchMessageToSystem()226 @NonNull OutputStream out) throws DeviceNotAssociatedException { in attachSystemDataTransport()245 throws DeviceNotAssociatedException { in detachSystemDataTransport()
33 import android.companion.DeviceNotAssociatedException;127 throw new DeviceNotAssociatedException("Association " in resolveAssociation()
60 import android.companion.DeviceNotAssociatedException;880 throw new RemoteException(new DeviceNotAssociatedException("App " + packageName in registerDevicePresenceListenerActive()
9520 ….InputStream, @NonNull java.io.OutputStream) throws android.companion.DeviceNotAssociatedException;9522 …uildPermissionTransferUserConsentIntent(int) throws android.companion.DeviceNotAssociatedException;9523 …) public void detachSystemDataTransport(int) throws android.companion.DeviceNotAssociatedException;9532 …tartObservingDevicePresence(@NonNull String) throws android.companion.DeviceNotAssociatedException;9533 ….Void,android.companion.CompanionException>) throws android.companion.DeviceNotAssociatedException;9534 …stopObservingDevicePresence(@NonNull String) throws android.companion.DeviceNotAssociatedException;9555 ….InputStream, @NonNull java.io.OutputStream) throws android.companion.DeviceNotAssociatedException;9556 …ic final void detachSystemDataTransport(int) throws android.companion.DeviceNotAssociatedException;9571 public class DeviceNotAssociatedException extends java.lang.RuntimeException {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...