Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DParticipantRefreshTest.java158 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshNotResolvedSingleMatch()
173 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshNotResolvedMultiMatch()
186 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshResolvedSingleMatch()
213 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshNotFound()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java75 public static final int REFRESH_MODE_INCREMENTAL = 1; field in ParticipantRefresh
217 case REFRESH_MODE_INCREMENTAL: in refreshParticipants()
248 if (refreshMode == REFRESH_MODE_INCREMENTAL) { in refreshParticipants()