Searched refs:updates (Results 1 – 8 of 8) sorted by relevance
229 final Set<Preference> updates = new ArraySet<>(); in handleMessage()239 updates.add(p); in handleMessage()249 updates.add(p); in handleMessage()253 mLegacyVpnPreferences.values().retainAll(updates); in handleMessage()254 mAppPreferences.values().retainAll(updates); in handleMessage()259 if (updates.contains(p)) { in handleMessage()260 updates.remove(p); in handleMessage()267 for (Preference pref : updates) { in handleMessage()
278 Cursor updates = resolver.query( in synchronizePop3Mailbox() local285 while (updates.moveToNext()) { in synchronizePop3Mailbox()286 long id = updates.getLong(Message.ID_COLUMNS_ID_COLUMN); in synchronizePop3Mailbox()302 updates.close(); in synchronizePop3Mailbox()
949 Cursor updates = resolver.query(EmailContent.Message.UPDATED_CONTENT_URI, in processPendingUpdatesSynchronous() local958 while (updates.moveToNext()) { in processPendingUpdatesSynchronous()966 EmailContent.getContent(context, updates, EmailContent.Message.class); in processPendingUpdatesSynchronous()1019 updates.close(); in processPendingUpdatesSynchronous()
198 public void bindRestoreItemsChange(HashSet<ItemInfo> updates); in bindRestoreItemsChange() argument277 final HashSet<ItemInfo> updates = new HashSet<>(); in setPackageState()296 updates.add(si); in setPackageState()304 updates.add(widget); in setPackageState()308 if (!updates.isEmpty()) { in setPackageState()314 callbacks.bindRestoreItemsChange(updates); in setPackageState()335 final ArrayList<ShortcutInfo> updates = new ArrayList<>(); in updateSessionDisplayInfo()353 updates.add(si); in updateSessionDisplayInfo()358 if (!updates.isEmpty()) { in updateSessionDisplayInfo()364 callbacks.bindShortcutsChanged(updates, in updateSessionDisplayInfo()
4420 final HashSet<ShortcutInfo> updates = new HashSet<ShortcutInfo>(shortcuts);4425 updates.contains(info)) {4451 public void updateRestoreItems(final HashSet<ItemInfo> updates) {4456 && updates.contains(info)) {4460 && updates.contains(info)) {
4366 public void bindRestoreItemsChange(final HashSet<ItemInfo> updates) { in bindRestoreItemsChange() argument4369 bindRestoreItemsChange(updates); in bindRestoreItemsChange()4376 mWorkspace.updateRestoreItems(updates); in bindRestoreItemsChange()
1127 # standard style sheet and is therefor more robust against future updates.