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.java153 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshNotResolvedSingleMatch()
168 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshNotResolvedMultiMatch()
181 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshResolvedSingleMatch()
194 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedSingleMatch()
208 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL); in testIncrementalRefreshNotFound()
223 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshNotFound()
237 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedMultiMatch1()
251 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedMultiMatch2()
265 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL); in testFullRefreshResolvedMultiMatch3()
276 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