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.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/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/datamodel/
DDataModelImpl.java211 ParticipantRefresh.refreshParticipantsIfNeeded(); in onActivityResume()
231 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;
1752 ParticipantRefresh.refreshParticipant(dbWrapper, participant); in getOrCreateParticipantInTransaction()
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DPerSubscriptionSettingsActivity.java37 import com.android.messaging.datamodel.ParticipantRefresh;
235 ParticipantRefresh.refreshSelfParticipants(); in onSharedPreferenceChanged()
/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;