Home
last modified time | relevance | path

Searched refs:ERROR_REQUIRES_SECURITY_PATCH (Results 1 – 6 of 6) sorted by relevance

/packages/modules/RemoteKeyProvisioning/system-server/src/android/security/rkp/service/
DRkpProxyException.java45 public static final int ERROR_REQUIRES_SECURITY_PATCH = 1; field in RkpProxyException
67 ERROR_REQUIRES_SECURITY_PATCH,
117 case ERROR_REQUIRES_SECURITY_PATCH: in errorString()
DRegistrationProxy.java344 case IGetKeyCallback.Error.ERROR_REQUIRES_SECURITY_PATCH: in convertGetKeyError()
345 return RkpProxyException.ERROR_REQUIRES_SECURITY_PATCH; in convertGetKeyError()
/packages/modules/RemoteKeyProvisioning/app/aidl/com/android/rkpdapp/
DIGetKeyCallback.aidl39 ERROR_REQUIRES_SECURITY_PATCH = 2, enumConstant
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/metrics/
DRkpdClientOperation.java36 ERROR_REQUIRES_SECURITY_PATCH( enumConstant
/packages/modules/RemoteKeyProvisioning/system-server/api/
Dsystem-server-current.txt21 field public static final int ERROR_REQUIRES_SECURITY_PATCH = 1; // 0x1
/packages/modules/RemoteKeyProvisioning/system-server/tests/unit/src/android/security/rkp/service/test/
DRegistrationProxyTests.java442 IGetKeyCallback.Error.ERROR_REQUIRES_SECURITY_PATCH, in getKeyAsyncCorrectlyMapsErrorCodes()
443 RkpProxyException.ERROR_REQUIRES_SECURITY_PATCH, in getKeyAsyncCorrectlyMapsErrorCodes()