Home
last modified time | relevance | path

Searched refs:ServiceSpecificException (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java35 import android.os.ServiceSpecificException;
124 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in getInstance()
177 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in RecoverableKeyStoreManager()
195 throw new ServiceSpecificException( in initRecoveryService()
210 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, in initRecoveryService()
220 throw new ServiceSpecificException(ERROR_BAD_CERTIFICATE_FORMAT, e.getMessage()); in initRecoveryService()
232 throw new ServiceSpecificException(ERROR_DOWNGRADE_CERTIFICATE, in initRecoveryService()
248 throw new ServiceSpecificException(ERROR_INVALID_CERTIFICATE, e.getMessage()); in initRecoveryService()
263 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, in initRecoveryService()
278 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, in initRecoveryService()
[all …]
/frameworks/base/core/java/android/security/keystore/recovery/
DRecoveryController.java28 import android.os.ServiceSpecificException;
344 } catch (ServiceSpecificException e) { in initRecoveryService()
372 } catch (ServiceSpecificException e) { in getKeyChainSnapshot()
397 } catch (ServiceSpecificException e) { in setSnapshotCreatedPendingIntent()
419 } catch (ServiceSpecificException e) { in setServerParams()
434 } catch (ServiceSpecificException e) { in getAliases()
457 } catch (ServiceSpecificException e) { in setRecoveryStatus()
487 } catch (ServiceSpecificException e) { in getRecoveryStatus()
508 } catch (ServiceSpecificException e) { in setRecoverySecretTypes()
529 } catch (ServiceSpecificException e) { in getRecoverySecretTypes()
[all …]
DRecoverySession.java24 import android.os.ServiceSpecificException;
124 } catch (ServiceSpecificException e) { in start()
156 } catch (ServiceSpecificException e) { in recoverKeyChainSnapshot()
206 } catch (RemoteException | ServiceSpecificException e) { in close()
/frameworks/base/keystore/java/android/security/
DAndroidKeyStoreMaintenance.java22 import android.os.ServiceSpecificException;
57 } catch (ServiceSpecificException e) { in onUserAdded()
77 } catch (ServiceSpecificException e) { in onUserRemoved()
99 } catch (ServiceSpecificException e) { in onUserPasswordChanged()
116 } catch (ServiceSpecificException e) { in clearNamespace()
134 } catch (ServiceSpecificException e) { in getState()
178 } catch (ServiceSpecificException e) { in migrateKeyNamespace()
DAuthorization.java24 import android.os.ServiceSpecificException;
57 } catch (ServiceSpecificException e) { in addAuthToken()
95 } catch (ServiceSpecificException e) { in onLockScreenEvent()
DAndroidProtectedConfirmation.java21 import android.os.ServiceSpecificException;
80 } catch (ServiceSpecificException e) { in presentConfirmationPrompt()
99 } catch (ServiceSpecificException e) { in cancelConfirmationPrompt()
DLegacyVpnProfileStore.java21 import android.os.ServiceSpecificException;
75 } catch (ServiceSpecificException e) { in get()
95 } catch (ServiceSpecificException e) { in remove()
DKeyStoreOperation.java23 import android.os.ServiceSpecificException;
70 } catch (ServiceSpecificException e) { in handleExceptions()
/frameworks/base/lowpan/java/android/net/lowpan/
DLowpanInterface.java28 import android.os.ServiceSpecificException;
235 } catch (ServiceSpecificException x) { in form()
255 } catch (ServiceSpecificException x) { in join()
274 } catch (ServiceSpecificException x) { in attach()
292 } catch (ServiceSpecificException x) { in leave()
311 } catch (ServiceSpecificException x) { in startCommissioningSession()
331 } catch (ServiceSpecificException x) { in reset()
386 } catch (ServiceSpecificException x) { in setEnabled()
526 } catch (ServiceSpecificException x) { in getSupportedNetworkTypes()
538 } catch (ServiceSpecificException x) { in getSupportedChannels()
[all …]
DLowpanException.java19 import android.os.ServiceSpecificException;
51 static LowpanException rethrowFromServiceSpecificException(ServiceSpecificException e) in rethrowFromServiceSpecificException()
/frameworks/base/telephony/java/android/telephony/ims/
DImsMmTelManager.java30 import android.os.ServiceSpecificException;
306 } catch (ServiceSpecificException e) { in registerImsRegistrationCallback()
350 } catch (ServiceSpecificException e) { in registerImsRegistrationCallback()
456 } catch (ServiceSpecificException | RemoteException e) { in getRegistrationState()
503 } catch (ServiceSpecificException | RemoteException e) { in getRegistrationTransportType()
565 } catch (ServiceSpecificException e) { in registerMmTelCapabilityCallback()
663 } catch (ServiceSpecificException e) { in isAdvancedCallingSettingEnabled()
709 } catch (ServiceSpecificException e) { in setAdvancedCallingSettingEnabled()
828 } catch (ServiceSpecificException sse) { in isSupported()
871 } catch (ServiceSpecificException e) { in isVtSettingEnabled()
[all …]
/frameworks/base/core/java/android/os/
DServiceSpecificException.java36 public class ServiceSpecificException extends RuntimeException { class
39 public ServiceSpecificException(int errorCode, @Nullable String message) { in ServiceSpecificException() method in ServiceSpecificException
44 public ServiceSpecificException(int errorCode) { in ServiceSpecificException() method in ServiceSpecificException
/frameworks/base/core/java/android/net/
DIpSecManager.java34 import android.os.ServiceSpecificException;
290 } catch (ServiceSpecificException e) { in allocateSecurityParameterIndex()
324 } catch (ServiceSpecificException e) { in allocateSecurityParameterIndex()
461 } catch (ServiceSpecificException e) { in applyTransportModeTransform()
521 } catch (ServiceSpecificException e) { in removeTransportModeTransforms()
687 } catch (ServiceSpecificException e) { in openUdpEncapsulationSocket()
714 } catch (ServiceSpecificException e) { in openUdpEncapsulationSocket()
765 } catch (ServiceSpecificException e) { in addAddress()
788 } catch (ServiceSpecificException e) { in removeAddress()
945 } catch (ServiceSpecificException e) { in createIpSecTunnelInterface()
[all …]
/frameworks/base/identity/java/android/security/identity/
DCredstoreIdentityCredentialStore.java51 } catch (android.os.ServiceSpecificException e) { in getInstanceForType()
94 } catch (android.os.ServiceSpecificException e) { in getSupportedDocTypes()
110 } catch (android.os.ServiceSpecificException e) { in createCredential()
132 } catch (android.os.ServiceSpecificException e) { in getCredentialByName()
151 } catch (android.os.ServiceSpecificException e) { in deleteCredentialByName()
160 } catch (android.os.ServiceSpecificException e) { in deleteCredentialByName()
DCredstoreIdentityCredential.java105 } catch (android.os.ServiceSpecificException e) { in ensureEphemeralKeyPair()
132 } catch (android.os.ServiceSpecificException e) { in setReaderEphemeralPublicKey()
234 } catch (android.os.ServiceSpecificException e) { in getCredentialKeyCertificateChain()
271 } catch (android.os.ServiceSpecificException e) { in getCredstoreOperationHandle()
321 } catch (android.os.ServiceSpecificException e) { in getEntries()
366 } catch (android.os.ServiceSpecificException e) { in setAvailableAuthenticationKeys()
393 } catch (android.os.ServiceSpecificException e) { in getAuthKeysNeedingCertification()
411 } catch (android.os.ServiceSpecificException e) { in storeStaticAuthenticationData()
437 } catch (android.os.ServiceSpecificException e) { in storeStaticAuthenticationData()
456 } catch (android.os.ServiceSpecificException e) { in getAuthenticationDataUsageCount()
[all …]
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java75 import android.os.ServiceSpecificException;
436 } catch (RemoteException | ServiceSpecificException e) { in connectNativeNetdService()
679 } catch (RemoteException | ServiceSpecificException e) { in listInterfaces()
732 } catch (RemoteException | ServiceSpecificException e) { in getInterfaceConfig()
758 } catch (RemoteException | ServiceSpecificException e) { in setInterfaceConfig()
784 } catch (RemoteException | ServiceSpecificException e) { in setInterfaceIpv6PrivacyExtensions()
796 } catch (RemoteException | ServiceSpecificException e) { in clearInterfaceAddresses()
806 } catch (RemoteException | ServiceSpecificException e) { in enableIpv6()
812 public void setIPv6AddrGenMode(String iface, int mode) throws ServiceSpecificException { in setIPv6AddrGenMode()
826 } catch (RemoteException | ServiceSpecificException e) { in disableIpv6()
[all …]
/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowProviderHalImpl.java23 import android.os.ServiceSpecificException;
108 } catch (ServiceSpecificException e) { in getAndClearRebootEscrowKey()
123 } catch (RemoteException | ServiceSpecificException e) { in clearRebootEscrowKey()
143 } catch (RemoteException | ServiceSpecificException e) { in storeRebootEscrowKey()
/frameworks/base/media/java/android/media/voice/
DKeyphraseModelManager.java26 import android.os.ServiceSpecificException;
118 throw new ServiceSpecificException(status); in updateKeyphraseSoundModel()
151 throw new ServiceSpecificException(status); in deleteKeyphraseSoundModel()
/frameworks/libs/net/client-libs/netd/com/android/net/module/util/
DNetdUtils.java25 import android.os.ServiceSpecificException;
43 } catch (RemoteException | ServiceSpecificException e) { in getInterfaceConfigParcel()
81 } catch (RemoteException | ServiceSpecificException e) { in setInterfaceConfig()
/frameworks/base/core/java/android/se/omapi/
DChannel.java28 import android.os.ServiceSpecificException;
173 } catch (ServiceSpecificException e) { in transmit()
251 } catch (ServiceSpecificException e) { in selectNext()
DSession.java28 import android.os.ServiceSpecificException;
213 } catch (ServiceSpecificException e) { in openBasicChannel()
320 } catch (ServiceSpecificException e) { in openLogicalChannel()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DApplicationKeyStorage.java22 import android.os.ServiceSpecificException;
94 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in setSymmetricKeyEntry()
103 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in deleteEntry()
139 throw new ServiceSpecificException(ERROR_SERVICE_INTERNAL_ERROR, e.getMessage()); in makeKeystoreEngineGrantString()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
DCameraDeviceBinderTest.java46 import android.os.ServiceSpecificException;
284 } catch (ServiceSpecificException e) { in testCreateStream()
299 } catch (ServiceSpecificException e) { in testDeleteInvalidStream()
315 } catch (ServiceSpecificException e) { in testCreateStreamTwo()
342 } catch(ServiceSpecificException e) { in testSubmitBadRequest()
353 } catch(ServiceSpecificException e) { in testSubmitBadRequest()
393 } catch (ServiceSpecificException e) { in testSubmitStreamingRequest()
401 } catch (ServiceSpecificException e) { in testSubmitStreamingRequest()
434 } catch (ServiceSpecificException e) { in testWaitUntilIdle()
/frameworks/base/core/java/android/hardware/camera2/
DCameraManager.java45 import android.os.ServiceSpecificException;
429 ServiceSpecificException sse = new ServiceSpecificException( in getPhysicalCameraMultiResolutionConfigs()
499 } catch (ServiceSpecificException e) { in getCameraCharacteristics()
592 throw new ServiceSpecificException( in openCameraDeviceUserAsync()
599 } catch (ServiceSpecificException e) { in openCameraDeviceUserAsync()
624 ServiceSpecificException sse = new ServiceSpecificException( in openCameraDeviceUserAsync()
1150 if (t instanceof ServiceSpecificException) { in throwAsPublicException()
1151 ServiceSpecificException e = (ServiceSpecificException) t; in throwAsPublicException()
1267 } catch (ServiceSpecificException e) { in injectCamera()
1271 ServiceSpecificException sse = new ServiceSpecificException( in injectCamera()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java46 import android.os.ServiceSpecificException;
226 } catch (ServiceSpecificException e) { in importKey_throwsIfInvalidLength()
274 } catch (ServiceSpecificException e) { in importKeyWithMetadata_throwsIfInvalidLength()
480 } catch (ServiceSpecificException e) { in initRecoveryService_throwsIfInvalidCert()
514 } catch (ServiceSpecificException e) { in initRecoveryService_throwsExceptionOnSmallerSerial()
592 } catch (ServiceSpecificException e) { in initRecoveryService_throwsIfRawPublicKey()
610 } catch (ServiceSpecificException e) { in initRecoveryService_throwsIfUnknownRootCertAlias()
679 } catch (ServiceSpecificException e) { in initRecoveryServiceWithSigFile_throwsIfWrongSigFileFormat()
691 } catch (ServiceSpecificException e) { in initRecoveryServiceWithSigFile_throwsIfTestAliasUsedWithProdCert()
704 } catch (ServiceSpecificException e) { in initRecoveryServiceWithSigFile_throwsIfInvalidFileSignature()
[all …]

123