/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
MultiFoldersSelectionDialog.java | 178 update((FolderRow) item); method 183 * Call this to update the state of folders as a result of them being 188 private void update(FolderSelectorAdapter.FolderRow row) { method in class:MultiFoldersSelectionDialog
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForPhoneNumber.java | 60 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, method in class:DataRowHandlerForPhoneNumber 64 if (!super.update(db, txContext, values, c, callerIsSyncAdapter)) {
|
DataRowHandlerForPhoto.java | 43 * insert/update. This is used when the photo has been written directly to an 78 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, method in class:DataRowHandlerForPhoto 91 // Do the actual update. 92 if (!super.update(db, txContext, values, c, callerIsSyncAdapter)) { 101 * Pre-processes the given content values for update or insert. If the photo column contains 112 // A photo was passed in, but we couldn't process it. Update failed. 117 // We should set the photo and photo file ID fields to null for the update. 160 Log.e(TAG, "Could not process photo for insert or update", ioe);
|
VoicemailStatusTable.java | 102 public int update(UriData uriData, ContentValues values, String selection, method in class:VoicemailStatusTable 106 return getDatabaseModifier(db).update(mTableName, values, combinedClause,
|
DataRowHandler.java | 37 * Handles inserts and update for a specific Data type. 147 * @return true if update changed something 149 public boolean update(SQLiteDatabase db, TransactionContext txContext, method in class:DataRowHandler 158 db.update(Tables.DATA, values, Data._ID + " =?", mSelectionArgs1); 320 ContentValues update) { 331 if (!changing && update.containsKey(key)) { 332 Object newValue = update.get(key); 346 values.putAll(update);
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/ |
Visualization3RS.java | 74 public void update() { method in class:Visualization3RS
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
UserDict.py | 7 self.update(dict) 9 self.update(kwargs) 37 c.update(self) 46 def update(self, dict=None, **kwargs): member in class:UserDict 50 self.data.update(dict.data) 52 self.data.update(dict) 57 self.data.update(kwargs) 151 def update(self, other=None, **kwargs): member in class:DictMixin 165 self.update(kwargs)
|
weakref.py | 42 # dictionary; since it uses our .update() method, we get the right 180 def update(self, dict=None, **kwargs): member in class:WeakValueDictionary 188 self.update(kwargs) 250 if dict is not None: self.update(dict) 371 def update(self, dict=None, **kwargs): member in class:WeakKeyDictionary 379 self.update(kwargs)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
buildtools.py | 125 def update(template, filename, output): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_hmac.py | 209 def update(self, v): member in class:TestVectorsTestCase.test_legacy_block_size_warnings.MockCrazyHash 210 self._x.update(v) 264 h.update("compute the hash of this text!") 298 h1.update("some random text")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
UserDict.py | 7 self.update(dict) 9 self.update(kwargs) 37 c.update(self) 46 def update(self, dict=None, **kwargs): member in class:UserDict 50 self.data.update(dict.data) 52 self.data.update(dict) 57 self.data.update(kwargs) 151 def update(self, other=None, **kwargs): member in class:DictMixin 165 self.update(kwargs)
|
weakref.py | 42 # dictionary; since it uses our .update() method, we get the right 180 def update(self, dict=None, **kwargs): member in class:WeakValueDictionary 188 self.update(kwargs) 250 if dict is not None: self.update(dict) 371 def update(self, dict=None, **kwargs): member in class:WeakKeyDictionary 379 self.update(kwargs)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_hmac.py | 209 def update(self, v): member in class:TestVectorsTestCase.test_legacy_block_size_warnings.MockCrazyHash 210 self._x.update(v) 264 h.update("compute the hash of this text!") 298 h1.update("some random text")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
ImageEditorPanel.java | 94 public void update(NinePatchedImage image) { method in class:ImageEditorPanel
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
MarqueeGesture.java | 67 public void update(ControlPoint pos) { method in class:MarqueeGesture
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentQueryMapTest.java | 150 // update NAME0 and VALUE0 154 mResolver.update(DummyProvider.CONTENT_URI, values, 184 // update NAME0 and VALUE0 188 mResolver.update(DummyProvider.CONTENT_URI, values, 199 // have to update manually 256 // update NAME3 and VALUE3 260 mResolver.update(DummyProvider.CONTENT_URI, values, 286 // update NAME0 and VALUE0 290 mResolver.update(DummyProvider.CONTENT_URI, values, 301 // have to update manuall 361 public synchronized void update(Observable observable, Object data) { method in class:ContentQueryMapTest.MockObserver [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/ |
IndexedDBViews.js | 63 this.update(database); 91 update: function(database) 135 this.update(objectStore, index); 257 update: function(objectStore, index)
|
/external/smack/src/org/xbill/DNS/ |
TSIG.java | 230 hmac.update(out.toByteArray()); 231 hmac.update(old.getSignature()); 237 hmac.update(b); 255 hmac.update(out.toByteArray()); 323 hmac.update(out.toByteArray()); 324 hmac.update(old.getSignature()); 327 hmac.update(m.toWire()); 337 hmac.update(out.toByteArray()); 390 hmac.update(out.toByteArray()); 391 hmac.update(old.getSignature()) [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RecentsProvider.java | 221 // Ensure that row exists, then update with changed values 223 db.update(TABLE_STATE, values, StateColumns.AUTHORITY + "=? AND " 234 // Ensure that row exists, then update with changed values 236 db.update(TABLE_RESUME, values, ResumeColumns.PACKAGE_NAME + "=?", 245 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:RecentsProvider
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
UserUsageStatsService.java | 111 stat.update(pkgStats.mPackageName, stat.lastTimeSaved, 159 stats.update(event.mPackage, event.mTimeStamp, event.mEventType); 350 stat.update(pkgStats.mPackageName, mDailyExpiryDate.getTimeInMillis() - 1, 368 stat.update(name, beginTime, UsageEvents.Event.CONTINUE_PREVIOUS_DAY);
|
/libcore/luni/src/main/java/java/util/jar/ |
JarVerifier.java | 107 digest.update((byte) value); 115 digest.update(buf, off, nbytes); 385 md.update(data, start, end - 1 - start); 387 md.update(data, start, end - start);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
RetryScheduler.java | 71 public void update(Observable observable) { method in class:RetryScheduler 76 Log.v(TAG, "[RetryScheduler] update " + observable); 214 SqliteWrapper.update(mContext, mContext.getContentResolver(), 227 SqliteWrapper.update(mContext, mContentResolver,
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupIncomingFragment.java | 500 * Note, we update account here (as well as the account.mHostAuthRecv) because we edit 506 account.update(context, account.toContentValues()); 510 cred.update(context, cred.toContentValues()); 516 account.mHostAuthRecv.update(context, account.mHostAuthRecv.toContentValues()); 517 // Update the backup (side copy) of the accounts
|
/cts/tests/tests/provider/src/android/provider/cts/ |
VoicemailContractTest.java | 117 // Test: update 124 mVoicemailProvider.update(uri, value, null, null); 160 // Test: update 166 mVoicemailProvider.update(uri, value, null, null); 250 // Test: update 256 mStatusProvider.update(uri, value, null, null);
|
/development/samples/Snake/src/com/example/android/snake/ |
SnakeView.java | 108 * target and we can use the sleep() function to cause an update/invalidate to occur at a later 118 SnakeView.this.update(); 269 update(); method 278 update(); method 336 update(); method 407 * Handles the basic update loop, checking to see if we are in the running state, determining if 410 public void update() { method in class:SnakeView
|