Searched refs:changes (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMessageStateChange.java103 * Gets final state changes to upsync to the server, setting the status in the DB for all rows
105 * old updates. Messages whose sequence of changes results in a no-op are cleared from the DB
109 * @param ignoreFavorites Whether to ignore changes to the favorites flag.
172 final ArrayList<MessageStateChange> changes = new ArrayList(count);
175 // We also treat changes without a server id as a no-op.
182 changes.add(change);
188 if (changes.isEmpty()) {
191 return changes;
195 * Rearrange the changes list to a map by mailbox id.
196 * @return The final changes t
198 convertToChangesMap( final List<MessageStateChange> changes) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncFragment.java82 // We don't need our own sync changes to trigger refreshes.
160 HashMap<Long, CalendarRow> changes = ((SelectCalendarsSyncAdapter) listAdapter)
162 if (changes != null && changes.size() > 0) {
163 for (CalendarRow row : changes.values()) {
178 changes.clear();
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DStrequentsItemAnimator.java29 * Branch from {@link android.support.v7.widget.DefaultItemAnimator} with changes on
133 final ArrayList<ChangeInfo> changes = new ArrayList<ChangeInfo>();
134 changes.addAll(mPendingChanges);
135 mChangesList.add(changes);
140 for (ChangeInfo change : changes) {
143 changes.clear();
144 mChangesList.remove(changes);
148 ViewHolder holder = changes.get(0).oldHolder;
453 ArrayList<ChangeInfo> changes = mChangesList.get(i);
454 endChangeAnimation(changes, ite
[all...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DVideoCallTests.java222 * called with an expected route and number of changes.
243 List<CallAudioState> changes = callAudioStateArgumentCaptor.getAllValues();
244 assertEquals(expectedRoute, changes.get(changes.size() - 1).getRoute());
/packages/apps/Settings/src/com/android/settings/wfd/
H A DWifiDisplaySettings.java219 private void scheduleUpdate(int changes) { argument
224 mPendingChanges |= changes;
235 private void update(int changes) { argument
239 if ((changes & CHANGE_SETTINGS) != 0) {
252 if ((changes & CHANGE_WIFI_DISPLAY_STATUS) != 0) {
602 final int changes = mPendingChanges;
604 update(changes);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 291 milliseconds