HomeSort by relevance Sort by last modified time
    Searched defs:update (Results 451 - 475 of 1828) sorted by null

<<11121314151617181920>>

  /packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
PartialSuggestionProvider.java 116 // Update the cursor in 2 seconds
133 public int update(Uri uri, ContentValues values, String selection, method in class:PartialSuggestionProvider
  /packages/apps/Settings/src/com/android/settings/notification/
SettingPref.java 84 update(context);
119 public void update(Context context) { method in class:SettingPref
  /packages/apps/TV/src/com/android/tv/menu/
ChannelsRowAdapter.java 164 public void update() { method in class:ChannelsRowAdapter
OptionsRowAdapter.java 63 * Update action list and its content.
66 public void update() { method in class:OptionsRowAdapter
  /packages/apps/TV/tests/input/src/com/android/tv/testinput/
TestTvInputSetupActivity.java 91 contentResolver.update(uri, values, null, null);
  /packages/apps/TV/tests/unit/src/com/android/tv/dvr/
SchedulerTest.java 70 mScheduler.update();
81 mScheduler.update();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MultiFoldersSelectionDialog.java 179 update((FolderRow) item); method
184 * Call this to update the state of folders as a result of them being
189 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, callerIsMetadataSyncAdapter)) {
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, callerIsMetadataSyncAdapter)) {
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 73 // Try to update before insert.
76 .update(mTableName, values, combinedClause, null);
126 public int update(UriData uriData, ContentValues values, String selection, method in class:VoicemailStatusTable
131 return getDatabaseModifier(db).update(mTableName, values, combinedClause,
  /prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/lib/python2.7/plat-mac/
buildtools.py 125 def update(template, filename, output): function
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/gdb/linux-x86/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/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

Completed in 693 milliseconds

<<11121314151617181920>>