Home
last modified time | relevance | path

Searched refs:refreshParticipants (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()
199 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedSingleMatch()
213 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshNotFound()
227 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshNotFound()
241 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedMultiMatch1()
255 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedMultiMatch2()
269 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedMultiMatch3()
280 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedBeforeButNotFoundNow()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java103 refreshParticipants(REFRESH_MODE_FULL);
109 refreshParticipants(REFRESH_MODE_SELF_ONLY);
210 static void refreshParticipants(final int refreshMode) { in refreshParticipants() method in ParticipantRefresh