Home
last modified time | relevance | path

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

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