HomeSort by relevance Sort by last modified time
    Searched refs:getCreationTimeMillis (Results 1 - 6 of 6) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 344 .setWhen(call.getCreationTimeMillis())
358 .setWhen(call.getCreationTimeMillis())
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 195 final long creationTime = call.getCreationTimeMillis();
Log.java 333 pw.print(sLongDateFormat.format(new Date(mCall.getCreationTimeMillis())));
    [all...]
Call.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MissedCallNotifierImplTest.java 361 when(fakeCall.getCreationTimeMillis()).thenReturn(timestamp);
CallLogManagerTest.java     [all...]

Completed in 75 milliseconds