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.java159 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshNotResolvedSingleMatch()
174 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshNotResolvedMultiMatch()
187 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshResolvedSingleMatch()
200 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedSingleMatch()
214 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshNotFound()
228 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshNotFound()
242 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedMultiMatch1()
256 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedMultiMatch2()
270 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedMultiMatch3()
281 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