Searched defs:updates (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/services/core/java/com/android/server/updates/
H A DCarrierProvisioningUrlsInstallReceiver.java17 package com.android.server.updates;
H A DCertPinInstallReceiver.java17 package com.android.server.updates;
H A DIntentFirewallInstallReceiver.java17 package com.android.server.updates;
H A DLangIdInstallReceiver.java17 package com.android.server.updates;
H A DSmsShortCodesInstallReceiver.java17 package com.android.server.updates;
H A DApnDbInstallReceiver.java17 package com.android.server.updates;
H A DSmartSelectionInstallReceiver.java17 package com.android.server.updates;
H A DTzDataInstallReceiver.java17 package com.android.server.updates;
28 * An install receiver responsible for installing timezone data updates.
36 private static final String UPDATE_DIR_NAME = TZ_DATA_DIR.getPath() + "/updates/";
H A DCertificateTransparencyLogInstallReceiver.java17 package com.android.server.updates;
H A DConfigUpdateInstallReceiver.java17 package com.android.server.updates;
/frameworks/base/libs/input/
H A DSpriteController.cpp113 // Collect information about sprite updates.
118 Vector<SpriteUpdate> updates; local
127 updates.push(SpriteUpdate(sprite, sprite->getStateLocked()));
136 SpriteUpdate& update = updates.editItemAt(i);
154 SpriteUpdate& update = updates.editItemAt(i);
195 SpriteUpdate& update = updates.editItemAt(i);
246 SpriteUpdate& update = updates.editItemAt(i);
332 const SpriteUpdate& update = updates.itemAt(i);
347 updates.clear();
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java17 package com.android.server.updates;
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
H A DRemediationHandler.java73 Iterator<PendingUpdate> updates = mOutstanding.iterator();
74 while (updates.hasNext()) {
75 PendingUpdate update = updates.next();
77 updates.remove();
101 Iterator<PendingUpdate> updates = mOutstanding.iterator();
102 while (updates.hasNext()) {
103 PendingUpdate update = updates.next();
107 updates.remove();
111 updates.remove();
114 updates
330 reloadAll(Context context, Map<String, PasspointConfig> passpointConfigs, File stateFile, Map<String, List<RemediationEvent>> updates) argument
376 loadUpdates(File file, Map<String, List<RemediationEvent>> updates) argument
396 saveUpdates(File file, Map<String, List<RemediationEvent>> updates) argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DDiffUtil.java33 * It can be used to calculate updates for a RecyclerView Adapter.
35 * DiffUtil uses Eugene W. Myers's difference algorithm to calculate the minimal number of updates
409 * You can consume the updates in a DiffResult via
513 * the updates (which is probably being called on the main thread).
632 * method to dispatch all updates to the RecyclerView.
640 * Note that the RecyclerView requires you to dispatch adapter updates immediately when you
642 * rule because updates are sent to the adapter right after the backing data is changed,
648 * list is instantly moved to its final state while the adapter updates are dispatched later
685 * These updates are atomic such that the first update call effects every update call that
732 private static PostponedUpdate removePostponedUpdate(List<PostponedUpdate> updates, argument
[all...]
/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp205 // Verification of buffer updates
714 uint32_t updates = 0; local
717 updates++;
720 return updates == BUFFER_UPDATES;
793 // Find all of the updates in the single trace
832 // If the interceptor is enabled while buffer updates are being pushed, the interceptor should
834 // the buffer updates
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java1113 public void applyOps(List<AdapterHelper.UpdateOp> updates, argument
1115 for (AdapterHelper.UpdateOp op : updates) {
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java823 // We key the updates based on request id, so that the values are sorted in the
1141 // Schedule the future updates.
1770 // cancel the future updates
2786 * Checks if the provider is assigned and updates the mWidgetPackages to track packages
2809 * Removes a widget from mWidgets and updates the cache of bound widget provider packages.
3913 * Adds all pending updates in {@param outUpdates} keys by the update time.
4411 // send out updates to apps involved in widget-state restore telling them about
4426 ArrayList<RestoreUpdateRecord> updates = e.getValue();
4427 final int pending = countPendingUpdates(updates);
4434 final int N = updates
4686 countPendingUpdates(ArrayList<RestoreUpdateRecord> updates) argument
[all...]

Completed in 2943 milliseconds