Home
last modified time | relevance | path

Searched refs:updates (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/src/com/android/settings/vpn2/
DVpnSettings.java229 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()
/packages/apps/Email/provider_src/com/android/email/service/
DPop3Service.java278 Cursor updates = resolver.query( in synchronizePop3Mailbox() local
285 while (updates.moveToNext()) { in synchronizePop3Mailbox()
286 long id = updates.getLong(Message.ID_COLUMNS_ID_COLUMN); in synchronizePop3Mailbox()
302 updates.close(); in synchronizePop3Mailbox()
DImapService.java949 Cursor updates = resolver.query(EmailContent.Message.UPDATED_CONTENT_URI, in processPendingUpdatesSynchronous() local
958 while (updates.moveToNext()) { in processPendingUpdatesSynchronous()
966 EmailContent.getContent(context, updates, EmailContent.Message.class); in processPendingUpdatesSynchronous()
1019 updates.close(); in processPendingUpdatesSynchronous()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java198 public void bindRestoreItemsChange(HashSet<ItemInfo> updates); in bindRestoreItemsChange() argument
277 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()
DWorkspace.java4420 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)) {
DLauncher.java4366 public void bindRestoreItemsChange(final HashSet<ItemInfo> updates) { in bindRestoreItemsChange() argument
4369 bindRestoreItemsChange(updates); in bindRestoreItemsChange()
4376 mWorkspace.updateRestoreItems(updates); in bindRestoreItemsChange()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in1127 # standard style sheet and is therefor more robust against future updates.
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz