Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp725 size_t epochMillis() { in epochMillis() function
752 size_t epochMsBefore = epochMillis(); in TEST_P()
759 size_t epochMsAfter = epochMillis(); in TEST_P()
772 size_t epochMsBefore = epochMillis(); in TEST_P()
781 size_t epochMsAfter = epochMillis(); in TEST_P()
839 size_t epochMsBefore = epochMillis(); in TEST_P()
843 size_t epochMsAfter = epochMillis(); in TEST_P()
864 size_t epochMsBefore = epochMillis(); in TEST_P()
866 size_t epochMsAfter = epochMillis(); in TEST_P()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNitzData.java96 long epochMillis = LocalDateTime.of(year, month, date, hour, minute, second) in parse() local
124 return new NitzData(nitz, totalUtcOffsetMillis, dstAdjustmentMillis, epochMillis, zone); in parse()