/frameworks/base/core/java/android/content/ |
SearchRecentSuggestionsProvider.java | 53 * <li>In order for the Content Resolver to do this, you must update your searchable activity's 89 // Table of database versions. Don't forget to update! 393 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SearchRecentSuggestionsProvider
|
/frameworks/base/core/java/com/android/internal/app/ |
MediaRouteControllerDialog.java | 167 // volume update. 191 if (update()) { 210 update(); method 239 private boolean update() { method in class:MediaRouteControllerDialog 292 update(); method 297 update(); method 310 update(); method 315 update(); method
|
/frameworks/base/libs/input/ |
SpriteController.cpp | 111 // Each sprite update record includes a reference to its associated sprite so we can 133 SpriteUpdate& update = updates.editItemAt(i); local 135 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) { 136 update.state.surfaceWidth = update.state.icon.bitmap.width(); 137 update.state.surfaceHeight = update.state.icon.bitmap.height(); 138 update.state.surfaceDrawn = false; 139 update.state.surfaceVisible = false 151 SpriteUpdate& update = updates.editItemAt(i); local 192 SpriteUpdate& update = updates.editItemAt(i); local 243 SpriteUpdate& update = updates.editItemAt(i); local 329 const SpriteUpdate& update = updates.itemAt(i); local [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardMessageArea.java | 79 update(); 158 update(); method 170 update(); method 181 * Update the status lines based on these rules: 187 void update() { method in class:KeyguardMessageArea 207 update(); 215 update(); method
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
PermissionMonitor.java | 51 * Does a mass update at boot and then monitors for app install/remove. 149 update(mUsers, mApps, true); method 183 private void update(Set<Integer> users, Map<Integer, Boolean> apps, boolean add) { method in class:PermissionMonitor 214 update(users, mApps, true); method 226 update(users, mApps, false); method 248 update(mUsers, apps, true); method 265 update(mUsers, apps, false); method
|
/frameworks/base/services/core/java/com/android/server/power/ |
WirelessChargerDetector.java | 182 public boolean update(boolean isPowered, int plugType, int batteryLevel) { method in class:WirelessChargerDetector 188 // Update the rest position asynchronously.
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
CompoundTransform.java | 63 protected void update() { method in class:CompoundTransform.Component 86 update(); method 106 update(); method 110 update(); method 126 update(); method
|
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/ |
UsageLogActivity.java | 67 long lastEventTime = mAdapter.update(events); 78 public long update(UsageEvents results) { method in class:UsageLogActivity.Adapter
|
UsageStatsActivity.java | 89 mAdapter.update(stats); 95 public void update(Map<String, UsageStats> stats) { method in class:UsageStatsActivity.Adapter
|
/frameworks/ex/common/java/com/android/common/contacts/ |
DataUsageStatUpdater.java | 77 * @return true when update request is correctly sent. False when the request fails, 96 * Update usage statistics information using a list of email addresses. 100 * @see #update(Collection, Collection, String) 102 * @return true when update request is correctly sent. False when the request fails, 138 return update(contactIds, dataIds, DataUsageFeedback.USAGE_TYPE_LONG_TEXT); 146 * Update usage statistics information using a list of phone numbers. 150 * @see #update(Collection, Collection, String) 152 * @return true when update request is correctly sent. False when the request fails, 188 return update(contactIds, dataIds, DataUsageFeedback.USAGE_TYPE_SHORT_TEXT); 195 * @return true when one or more of update requests are correctly sent 198 private boolean update(Collection<Long> contactIds, Collection<Long> dataIds, String type) { method in class:DataUsageStatUpdater [all...] |
/frameworks/ex/common/java/com/android/common/content/ |
SQLiteContentProvider.java | 74 * The equivalent of the {@link #update} method, but invoked within a transaction. 148 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SQLiteContentProvider
|
/frameworks/native/services/sensorservice/ |
Fusion.cpp | 64 * disturbance which we do not want to update into the fused frame. 137 void update(const vec<TYPE, SIZE>& x) { function in class:android::Covariance 291 update(a*l, Ba, accSTDEV*l); 324 // then pass it in as the update. 330 update(north, Bm, magSTDEV*l); 433 void Fusion::update(const vec3_t& z, const vec3_t& Bi, float sigma) { function in class:android::Fusion 453 // update...
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccController.java | 341 // Update the UiccCard in base class, so that if someone calls 348 //Update already existing card 349 mUiccCards[index].update(mContext, mCis[index] , status); method
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteControllerDialog.java | 168 // volume update. 192 if (update()) { 212 update(); method 241 private boolean update() { method in class:MediaRouteControllerDialog 300 update(); method 305 update(); method
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
LinearSmoothScroller.java | 112 action.update(-dx, -dy, time, mDecelerateInterpolator); 245 action.update((int) (mInterimTargetDx * TARGET_SEEK_EXTRA_SCROLL_RATIO)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
quantize.c | 782 int update = 0; local 786 /* if any of the delta_q values are changing update flag has to be set */ 801 update |= cm->y2dc_delta_q != new_delta_q; 812 if(update)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodemv.c | 139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > local 141 vp9_write(w, update, upd_p); 142 if (update) { 146 return update;
|
/hardware/intel/img/libdrm/libdrm/ |
xf86drmSL.c | 169 static SLEntryPtr SLLocate(void *l, unsigned long key, SLEntryPtr *update) 180 update[i] = entry; 190 SLEntryPtr update[SL_MAX_LEVEL + 1]; local 196 entry = SLLocate(list, key, update); 204 update[level] = list->head; 211 entry->forward[i] = update[i]->forward[i]; 212 update[i]->forward[i] = entry; 222 SLEntryPtr update[SL_MAX_LEVEL + 1]; local 228 entry = SLLocate(list, key, update); 234 if (update[i]->forward[i] == entry 249 SLEntryPtr update[SL_MAX_LEVEL + 1]; local 267 SLEntryPtr update[SL_MAX_LEVEL + 1]; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ObservableTest.java | 31 public void update(Observable observed, Object arg) { method in class:ObservableTest.TestObserver 51 public void update(Observable observed, Object arg) { method in class:ObservableTest.DeleteTestObserver
|
/libcore/luni/src/main/java/java/security/ |
Signature.java | 469 * the byte to update with. 474 public final void update(byte b) throws SignatureException { method in class:Signature 486 * the byte array to update with. 491 public final void update(byte[] data) throws SignatureException { method in class:Signature 503 * the byte array to update with. 512 public final void update(byte[] data, int off, int len) method in class:Signature 529 * the {@code ByteBuffer} to update with. 534 public final void update(ByteBuffer data) throws SignatureException { method in class:Signature
|
/libcore/luni/src/main/java/java/util/zip/ |
GZIPInputStream.java | 142 eos = eof; // update eos after every read(), even when it throws 146 crc.update(buffer, byteOffset, bytesRead); 218 crc.update(header, 0, header.length); 223 crc.update(header, 0, 2); 233 crc.update(scratch, 0, result); 279 crc.update(result); 287 crc.update(result);
|
ZipOutputStream.java | 159 // Update the CentralDirectory 422 crc.update(buffer, offset, byteCount);
|
/libcore/luni/src/test/java/libcore/java/security/ |
MessageDigestTest.java | 43 sha.update(new byte[] { 1, 2, 3 }); 45 sha.update(new byte[] { 4, 5, 6 }); 221 md.update(mb); 265 md.update(message);
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
NullCipherTest.java | 98 * Class under test for byte[] update(byte[]) 102 byte [] r = c.update(b); 108 * Class under test for byte[] update(byte[], int, int) 112 byte [] r = c.update(b, 0, 5); 116 r = c.update(b, 1, 3); 124 * Class under test for int update(byte[], int, int, byte[]) 129 c.update(b, 0, 5, r); 134 * Class under test for int update(byte[], int, int, byte[], int) 139 c.update(b, 0, 5, r, 0); 187 * Class under test for byte[] update(byte[], int, int [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest1Test.java | 46 * java.security.MessageDigest#update(byte) 50 md.update((byte) 1); 55 * java.security.MessageDigest#update(byte[], int, int) 60 md.update(bytes, 1, 2); 66 md.update(null, 0, 1); 72 md.update(bytes, 0, bytes.length + 1); 78 md.update(bytes, Integer.MAX_VALUE, 1); 94 md.update(bytes, offset, len); 99 * java.security.MessageDigest#update(byte[]) 104 md.update(b) [all...] |