Home
last modified time | relevance | path

Searched refs:ParticipantRefresh (Results 1 – 10 of 10) 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/receiver/
DDefaultSmsSubscriptionChangeReceiver.java22 import com.android.messaging.datamodel.ParticipantRefresh;
30 ParticipantRefresh.refreshSelfParticipants(); in onReceive()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DEnterSelfPhoneNumberDialog.java29 import com.android.messaging.datamodel.ParticipantRefresh;
90 ParticipantRefresh.refreshSelfParticipants(); in savePhoneNumberInPrefs()
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DPerSubscriptionSettingsActivity.java39 import com.android.messaging.datamodel.ParticipantRefresh;
244 ParticipantRefresh.refreshSelfParticipants(); in onSharedPreferenceChanged()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDataModelImpl.java212 ParticipantRefresh.refreshParticipantsIfNeeded(); in onActivityResume()
239 ParticipantRefresh.refreshSelfParticipants(); in onApplicationCreated()
DParticipantRefresh.java64 public class ParticipantRefresh { class
152 if (ParticipantRefresh.getNeedFullRefresh() && in refreshParticipantsIfNeeded()
200 private ParticipantRefresh() { in ParticipantRefresh() method in ParticipantRefresh
DBugleDatabaseOperations.java36 import com.android.messaging.datamodel.ParticipantRefresh.ConversationParticipantsQuery;
1757 ParticipantRefresh.refreshParticipant(dbWrapper, participant); in getOrCreateParticipantInTransaction()
/packages/apps/Messaging/src/com/android/messaging/
DFactory.java23 import com.android.messaging.datamodel.ParticipantRefresh.ContactContentObserver;
DFactoryImpl.java27 import com.android.messaging.datamodel.ParticipantRefresh.ContactContentObserver;
/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeFactory.java28 import com.android.messaging.datamodel.ParticipantRefresh.ContactContentObserver;