Searched defs:updates (Results 1 - 11 of 11) 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 DSmsShortCodesInstallReceiver.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.
33 private static final String UPDATE_DIR_NAME = TZ_DATA_DIR.getPath() + "/updates/";
H A DSELinuxPolicyInstallReceiver.java17 package com.android.server.updates;
H A DConfigUpdateInstallReceiver.java17 package com.android.server.updates;
/frameworks/base/libs/input/
H A DSpriteController.cpp114 // Collect information about sprite updates.
119 Vector<SpriteUpdate> updates; local
128 updates.push(SpriteUpdate(sprite, sprite->getStateLocked()));
137 SpriteUpdate& update = updates.editItemAt(i);
155 SpriteUpdate& update = updates.editItemAt(i);
196 SpriteUpdate& update = updates.editItemAt(i);
247 SpriteUpdate& update = updates.editItemAt(i);
333 const SpriteUpdate& update = updates.itemAt(i);
348 updates.clear();
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java17 package com.android.server.updates;
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java1099 public void applyOps(List<AdapterHelper.UpdateOp> updates, argument
1101 for (AdapterHelper.UpdateOp op : updates) {
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java830 // Schedule the future updates.
1427 // cancel the future updates
2363 * Checks if the provider is assigned and updates the mWidgetPackages to track packages
2378 * Removes a widget from mWidgets and updates the cache of bound widget provider packages.
3877 // send out updates to apps involved in widget-state restore telling them about
3892 ArrayList<RestoreUpdateRecord> updates = e.getValue();
3893 final int pending = countPendingUpdates(updates);
3900 final int N = updates.size();
3903 RestoreUpdateRecord r = updates.get(i);
3926 ArrayList<RestoreUpdateRecord> updates
4152 countPendingUpdates(ArrayList<RestoreUpdateRecord> updates) argument
[all...]

Completed in 431 milliseconds