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

  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
ParticipantRefreshTest.java 153 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL);
168 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL);
181 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL);
208 ParticipantRefresh.refreshParticipants(ParticipantRefresh.REFRESH_MODE_INCREMENTAL);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
ParticipantRefresh.java 75 public static final int REFRESH_MODE_INCREMENTAL = 1;
207 * {@link #REFRESH_MODE_INCREMENTAL}, and {@link #REFRESH_MODE_SELF_ONLY}
217 case REFRESH_MODE_INCREMENTAL:
248 if (refreshMode == REFRESH_MODE_INCREMENTAL) {

Completed in 45 milliseconds