Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DCborUtils.java93 long epochMillis = ((Number) item).getValue().longValue(); in getDate() local
94 return new Date(epochMillis); in getDate()