Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DLogUtils.java30 int UNSUPPORTED_OPERATION = 4; field
88 return ResultType.UNSUPPORTED_OPERATION; in getResultType()
/packages/modules/Virtualization/virtualizationservice/src/
Dremote_provisioning.rs140 ExceptionCode::UNSUPPORTED_OPERATION, in check_remote_attestation_is_supported()
147 ExceptionCode::UNSUPPORTED_OPERATION, in check_remote_attestation_is_supported()
Daidl.rs300 ExceptionCode::UNSUPPORTED_OPERATION, in enableTestAttestation()
341 ExceptionCode::UNSUPPORTED_OPERATION, in requestAttestation()
351 ExceptionCode::UNSUPPORTED_OPERATION, in requestAttestation()
517 ExceptionCode::UNSUPPORTED_OPERATION, in createTapInterface()
530 ExceptionCode::UNSUPPORTED_OPERATION, in deleteTapInterface()
/packages/modules/Virtualization/virtualizationmanager/src/
Daidl.rs565 .or_binder_exception(ExceptionCode::UNSUPPORTED_OPERATION)?; in create_vm_internal()
1458 .or_binder_exception(ExceptionCode::UNSUPPORTED_OPERATION); in check_no_vendor_modules()
1469 .or_binder_exception(ExceptionCode::UNSUPPORTED_OPERATION); in check_no_devices()
1480 .or_binder_exception(ExceptionCode::UNSUPPORTED_OPERATION); in check_no_extra_apks()
/packages/modules/Virtualization/vm_payload/src/
Dlib.rs368 ExceptionCode::UNSUPPORTED_OPERATION => AVmAttestationStatus::ATTESTATION_ERROR_UNSUPPORTED, in binder_status_to_attestation_status()
/packages/modules/Virtualization/virtualizationservice/vfio_handler/src/
Daidl.rs87 .or_binder_exception(ExceptionCode::UNSUPPORTED_OPERATION); in bindDevicesToVfioDriver()
/packages/apps/SecureElement/src/com/android/se/
DTerminal.java602 } else if (status[0] == SecureElementStatus.UNSUPPORTED_OPERATION) { in openBasicChannel()
708 } else if (status[0] == SecureElementStatus.UNSUPPORTED_OPERATION) { in openLogicalChannel()