Searched defs:changes (Results 1 - 5 of 5) 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/Settings/src/com/android/settings/wfd/
H A DWifiDisplaySettings.java214 private void scheduleUpdate(int changes) { argument
219 mPendingChanges |= changes;
230 private void update(int changes) { argument
234 if ((changes & CHANGE_SETTINGS) != 0) {
247 if ((changes & CHANGE_WIFI_DISPLAY_STATUS) != 0) {
599 final int changes = mPendingChanges;
601 update(changes);
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DEmailSyncParser.java610 void changeParser(ArrayList<ServerChange> changes) throws IOException { argument
635 changeApplicationDataParser(changes, oldRead, oldFlag, flags, id);
643 private void changeApplicationDataParser(ArrayList<ServerChange> changes, Boolean oldRead, argument
672 // See if there are flag changes re: read, flag (favorite) or replied/forwarded
675 changes.add(new ServerChange(id, read, flag, flags));
775 * Commit all changes. This results in a Binder IPC call which has constraint on the size of
782 * We first try to apply the changes in normal chunk size {@link #MAX_OPS_PER_BATCH}. If we get
805 // Use a batch operation to handle the 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 401 milliseconds