Home
last modified time | relevance | path

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

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