Home
last modified time | relevance | path

Searched refs:ERROR_PENDING_INTERNET_CONNECTIVITY (Results 1 – 8 of 8) sorted by relevance

/packages/modules/RemoteKeyProvisioning/system-server/src/android/security/rkp/service/
DRkpProxyException.java52 public static final int ERROR_PENDING_INTERNET_CONNECTIVITY = 2; field in RkpProxyException
68 ERROR_PENDING_INTERNET_CONNECTIVITY,
119 case ERROR_PENDING_INTERNET_CONNECTIVITY: in errorString()
DRegistrationProxy.java346 case IGetKeyCallback.Error.ERROR_PENDING_INTERNET_CONNECTIVITY: in convertGetKeyError()
347 return RkpProxyException.ERROR_PENDING_INTERNET_CONNECTIVITY; in convertGetKeyError()
/packages/modules/RemoteKeyProvisioning/app/aidl/com/android/rkpdapp/
DIGetKeyCallback.aidl46 ERROR_PENDING_INTERNET_CONNECTIVITY = 3, enumConstant
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/metrics/
DRkpdClientOperation.java39 ERROR_PENDING_INTERNET_CONNECTIVITY( enumConstant
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/service/
DRegistrationBinder.java265 metric.setResult(RkpdClientOperation.Result.ERROR_PENDING_INTERNET_CONNECTIVITY); in mapToGetKeyError()
266 return IGetKeyCallback.Error.ERROR_PENDING_INTERNET_CONNECTIVITY; in mapToGetKeyError()
/packages/modules/RemoteKeyProvisioning/system-server/api/
Dsystem-server-current.txt19 field public static final int ERROR_PENDING_INTERNET_CONNECTIVITY = 2; // 0x2
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DRegistrationBinderTest.java278 verify(callback).onError(IGetKeyCallback.Error.ERROR_PENDING_INTERNET_CONNECTIVITY,
285 return IGetKeyCallback.Error.ERROR_PENDING_INTERNET_CONNECTIVITY;
/packages/modules/RemoteKeyProvisioning/system-server/tests/unit/src/android/security/rkp/service/test/
DRegistrationProxyTests.java440 IGetKeyCallback.Error.ERROR_PENDING_INTERNET_CONNECTIVITY, in getKeyAsyncCorrectlyMapsErrorCodes()
441 RkpProxyException.ERROR_PENDING_INTERNET_CONNECTIVITY, in getKeyAsyncCorrectlyMapsErrorCodes()