Searched refs:updates (Results 1 - 23 of 23) 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 DLangIdInstallReceiver.java17 package com.android.server.updates;
H A DSmsShortCodesInstallReceiver.java17 package com.android.server.updates;
H A DSmartSelectionInstallReceiver.java17 package com.android.server.updates;
H A DIntentFirewallInstallReceiver.java17 package com.android.server.updates;
H A DApnDbInstallReceiver.java17 package com.android.server.updates;
H A DTzDataInstallReceiver.java17 package com.android.server.updates;
26 * An install receiver responsible for installing timezone data updates.
34 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/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/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java172 List<PendingHostUpdate> updates = mService.startListening(
174 assertTrue(updates.isEmpty());
178 * Sends dummy widget updates to {@link #mManager}.
203 List<PendingHostUpdate> updates = mService.startListening(
205 assertTrue(updates.isEmpty());
216 List<PendingHostUpdate> updates = mService.startListening(
218 // 3 updates corresponding to the first widget
219 assertEquals(3, updates.size());
230 List<PendingHostUpdate> updates = mService.startListening(
232 // 4 updates correspondin
[all...]
/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/core/java/android/appwidget/
H A DAppWidgetHost.java188 List<PendingHostUpdate> updates;
190 updates = sService.startListening(
197 int N = updates.size();
199 PendingHostUpdate update = updates.get(i);
/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/base/packages/Osu/src/com/android/hotspot2/osu/
H A DIconCache.java252 int updates = 0;
261 updates = fileEntry.update(bssid, iconFileElement);
262 if (updates > 0) {
271 return updates;
/frameworks/rs/script_api/
H A Drs_atomic.spec22 reads, the updates, and the memory writes are done in the right order.
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java17 package com.android.server.updates;
/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/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java822 // We key the updates based on request id, so that the values are sorted in the
1140 // Schedule the future updates.
1769 // cancel the future updates
2775 * Checks if the provider is assigned and updates the mWidgetPackages to track packages
2798 * Removes a widget from mWidgets and updates the cache of bound widget provider packages.
3902 * Adds all pending updates in {@param outUpdates} keys by the update time.
4400 // send out updates to apps involved in widget-state restore telling them about
4415 ArrayList<RestoreUpdateRecord> updates = e.getValue();
4416 final int pending = countPendingUpdates(updates);
4423 final int N = updates
4675 countPendingUpdates(ArrayList<RestoreUpdateRecord> updates) argument
[all...]
/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/core/java/android/app/
H A DFragmentManager.java798 boolean updates = execPendingActions();
800 return updates;
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java780 boolean updates = execPendingActions();
782 return updates;

Completed in 2114 milliseconds