Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DRcsContactPresenceTuple.java452 mTimestamp = convertStringFormatTimeToInstant(in.readString()); in RcsContactPresenceTuple()
498 private @Nullable Instant convertStringFormatTimeToInstant(String timestamp) { in convertStringFormatTimeToInstant() method in RcsContactPresenceTuple