Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java121 public static final int CALL_LOG_COLUMN_DATE = 3; field in MissedCallNotifierImpl
579 final long date = cursor.getLong(CALL_LOG_COLUMN_DATE); in reloadFromDatabase()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierImplTest.java122 when(c.getLong(MissedCallNotifierImpl.CALL_LOG_COLUMN_DATE)) in build()