Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java120 public static final int CALL_LOG_COLUMN_NUMBER_PRESENTATION = 2; field in MissedCallNotifierImpl
578 cursor.getInt(CALL_LOG_COLUMN_NUMBER_PRESENTATION); in reloadFromDatabase()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierImplTest.java120 when(c.getInt(MissedCallNotifierImpl.CALL_LOG_COLUMN_NUMBER_PRESENTATION)) in build()