Searched refs:updates (Results 1 - 12 of 12) 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 DSmsShortCodesInstallReceiver.java17 package com.android.server.updates;
H A DIntentFirewallInstallReceiver.java17 package com.android.server.updates;
H A DTZInfoInstallReceiver.java17 package com.android.server.updates;
H A DConfigUpdateInstallReceiver.java17 package com.android.server.updates;
H A DSELinuxPolicyInstallReceiver.java17 package com.android.server.updates;
/frameworks/base/libs/input/
H A DSpriteController.cpp110 // Collect information about sprite updates.
115 Vector<SpriteUpdate> updates; local
124 updates.push(SpriteUpdate(sprite, sprite->getStateLocked()));
133 SpriteUpdate& update = updates.editItemAt(i);
151 SpriteUpdate& update = updates.editItemAt(i);
192 SpriteUpdate& update = updates.editItemAt(i);
243 SpriteUpdate& update = updates.editItemAt(i);
329 const SpriteUpdate& update = updates.itemAt(i);
344 updates.clear();
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java17 package com.android.server.updates;
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java820 // Schedule the future updates.
1420 // cancel the future updates
3761 // send out updates to apps involved in widget-state restore telling them about
3776 ArrayList<RestoreUpdateRecord> updates = e.getValue();
3777 final int pending = countPendingUpdates(updates);
3784 final int N = updates.size();
3787 RestoreUpdateRecord r = updates.get(i);
3810 ArrayList<RestoreUpdateRecord> updates = e.getValue();
3811 final int pending = countPendingUpdates(updates);
3818 final int N = updates
4036 countPendingUpdates(ArrayList<RestoreUpdateRecord> updates) argument
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java1006 public void applyOps(List<AdapterHelper.UpdateOp> updates, argument
1008 for (AdapterHelper.UpdateOp op : updates) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java592 // TODO: use MediaSessionManager.SessionListener to hook us up to future updates
4229 final boolean updates = !mVisibleNotifications.containsAll(mNewVisibleNotifications);
4234 if (updates && mDozeServiceHost != null) {

Completed in 2284 milliseconds