HomeSort by relevance Sort by last modified time
    Searched defs:updates (Results 51 - 75 of 269) sorted by null

1 23 4 5 6 7 8 91011

  /packages/apps/Contacts/src/com/android/contacts/
DynamicShortcuts.java 68 * This class creates and updates the dynamic shortcuts displayed on the Nexus launcher for the
167 final List<ShortcutInfo> updates = new ArrayList<>(); local
185 updates.add(update);
197 Log.d(TAG, "updating " + updates);
202 mShortcutManager.updateShortcuts(updates);
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 291 final Set<Preference> updates = new ArraySet<>(); local
302 updates.add(p);
311 updates.add(p);
323 updates.add(p);
327 mSettings.setShownPreferences(updates);
337 public void setShownPreferences(final Collection<Preference> updates) {
338 mLegacyVpnPreferences.values().retainAll(updates);
339 mAppPreferences.values().retainAll(updates);
341 // Change {@param updates} in-place to only contain new preferences that were not already
346 if (updates.contains(p))
    [all...]
  /external/annotation-tools/scene-lib/src/annotations/io/
ASTPath.java 993 List<? extends ExpressionStatementTree> updates = forLoop.getUpdate(); local
    [all...]