Home
last modified time | relevance | path

Searched defs:Record (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DPhoneCallLog.java40 public static class Record implements Comparable<Record> { class in PhoneCallLog
44 public Record(long callEndTimestamp, int callType) { in Record() method in PhoneCallLog.Record