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/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DVideoCallTests.java133 * called with an expected route and number of changes.
154 List<CallAudioState> changes = callAudioStateArgumentCaptor.getAllValues();
155 assertEquals(expectedRoute, changes.get(changes.size() - 1).getRoute());
/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/Settings/src/com/android/settings/wfd/
H A DWifiDisplaySettings.java213 private void scheduleUpdate(int changes) { argument
218 mPendingChanges |= changes;
229 private void update(int changes) { argument
233 if ((changes & CHANGE_SETTINGS) != 0) {
246 if ((changes & CHANGE_WIFI_DISPLAY_STATUS) != 0) {
596 final int changes = mPendingChanges;
598 update(changes);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DBitmapDownloader.java142 int changes = mConfiguration.updateFrom(newConfig);
143 if (Configuration.needNewResources(changes, ActivityInfo.CONFIG_LAYOUT_DIRECTION)) {
/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 137 milliseconds