Searched refs:KM_ERROR_KEY_NOT_YET_VALID (Results 1 – 2 of 2) sorted by relevance
185 public static final int KM_ERROR_KEY_NOT_YET_VALID = -24; field in KeymasterDefs249 sErrorCodeToString.put(KM_ERROR_KEY_NOT_YET_VALID, "Key not yet valid"); in sErrorCodeToString.put() argument
1317 case KeymasterDefs.KM_ERROR_KEY_NOT_YET_VALID: in getInvalidKeyException()