Searched refs:ERROR_PERMANENT (Results 1 – 8 of 8) sorted by relevance
61 public static final int ERROR_PERMANENT = 3; field in RkpProxyException69 ERROR_PERMANENT})121 case ERROR_PERMANENT: in errorString()
348 case IGetKeyCallback.Error.ERROR_PERMANENT: in convertGetKeyError()349 return RkpProxyException.ERROR_PERMANENT; in convertGetKeyError()
55 ERROR_PERMANENT = 5, enumConstant
42 ERROR_PERMANENT(RkpdStatsLog.RKPD_CLIENT_OPERATION__RESULT__RESULT_ERROR_PERMANENT), enumConstant
269 metric.setResult(RkpdClientOperation.Result.ERROR_PERMANENT); in mapToGetKeyError()270 return IGetKeyCallback.Error.ERROR_PERMANENT; in mapToGetKeyError()
20 field public static final int ERROR_PERMANENT = 3; // 0x3
409 final byte errorCode = IGetKeyCallback.Error.ERROR_PERMANENT; in getKeyAsyncHandleError()444 IGetKeyCallback.Error.ERROR_PERMANENT, in getKeyAsyncCorrectlyMapsErrorCodes()445 RkpProxyException.ERROR_PERMANENT); in getKeyAsyncCorrectlyMapsErrorCodes()
287 return IGetKeyCallback.Error.ERROR_PERMANENT;