HomeSort by relevance Sort by last modified time
    Searched refs:ParticipantRefresh (Results 1 - 10 of 10) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/receiver/
DefaultSmsSubscriptionChangeReceiver.java 22 import com.android.messaging.datamodel.ParticipantRefresh;
30 ParticipantRefresh.refreshSelfParticipants();
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
ParticipantRefreshTest.java 38 * Utility class for testing ParticipantRefresh class for different scenarios.
153 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL);
168 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL);
181 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL);
194 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_FULL);
208 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
EnterSelfPhoneNumberDialog.java 29 import com.android.messaging.datamodel.ParticipantRefresh;
90 ParticipantRefresh.refreshSelfParticipants();
  /packages/apps/Messaging/src/com/android/messaging/
Factory.java 23 import com.android.messaging.datamodel.ParticipantRefresh.ContactContentObserver;
FactoryImpl.java 27 import com.android.messaging.datamodel.ParticipantRefresh.ContactContentObserver;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DataModelImpl.java 211 ParticipantRefresh.refreshParticipantsIfNeeded();
231 ParticipantRefresh.refreshSelfParticipants();
ParticipantRefresh.java 64 public class ParticipantRefresh {
152 if (ParticipantRefresh.getNeedFullRefresh() &&
200 private ParticipantRefresh() {
282 LogUtil.e(LogUtil.BUGLE_DATAMODEL_TAG, "ParticipantRefresh: Failed to " +
BugleDatabaseOperations.java 36 import com.android.messaging.datamodel.ParticipantRefresh.ConversationParticipantsQuery;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
PerSubscriptionSettingsActivity.java 37 import com.android.messaging.datamodel.ParticipantRefresh;
235 ParticipantRefresh.refreshSelfParticipants();
  /packages/apps/Messaging/tests/src/com/android/messaging/
FakeFactory.java 28 import com.android.messaging.datamodel.ParticipantRefresh.ContactContentObserver;

Completed in 99 milliseconds