Searched refs:getLastCallEndTimestamp (Results 1 – 4 of 4) sorted by relevance
122 String header = getHeader(phoneCallLog.getLastCallEndTimestamp()); in convert()129 String relativeTime = getRelativeTime(phoneCallLog.getLastCallEndTimestamp()); in convert()
119 public long getLastCallEndTimestamp() { in getLastCallEndTimestamp() method in PhoneCallLog
120 when(mMockPhoneCallLog.getLastCallEndTimestamp()).thenReturn( in setup()
135 .setWhen(callLog.getLastCallEndTimestamp()) in showMissedCallNotification()