Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/companion/
H A DDeviceNotAssociatedException.java26 public class DeviceNotAssociatedException extends RuntimeException { class
28 public DeviceNotAssociatedException(@Nullable String deviceName) { in DeviceNotAssociatedException() method in DeviceNotAssociatedException
H A DCompanionDeviceManager.java1017 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 …]
H A DCompanionDeviceService.java197 throws DeviceNotAssociatedException { in dispatchMessageToSystem()
226 @NonNull OutputStream out) throws DeviceNotAssociatedException { in attachSystemDataTransport()
245 throws DeviceNotAssociatedException { in detachSystemDataTransport()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/
H A DSystemDataTransferProcessor.java33 import android.companion.DeviceNotAssociatedException;
127 throw new DeviceNotAssociatedException("Association " in resolveAssociation()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DCompanionDeviceManagerService.java60 import android.companion.DeviceNotAssociatedException;
880 throw new RemoteException(new DeviceNotAssociatedException("App " + packageName in registerDevicePresenceListenerActive()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt9520 ….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 {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...