HomeSort by relevance Sort by last modified time
    Searched defs:insert (Results 801 - 825 of 1132) sorted by null

<<31323334353637383940>>

  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 614 public Uri insert(Uri uri, ContentValues values) { method in class:AsyncQueryServiceTest.TestProvider
615 Log.d(TAG, "Provider insert index=" + index);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 58 // public void insert(long key, byte[] data) throws IOException;
362 public void insert(long key, byte[] data) throws IOException { method in class:BlobCache
458 // If we don't have enough space to insert this blob into
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanelTrack.java 116 mAdapter.insert(new State(mCurrentSelectedView.getState()), pos);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 349 mGeoCache.insert(locationKey, bos.toByteArray());
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 59 public Uri insert(Uri uri, ContentValues values) { method in class:SuggestionsProvider
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 58 // public void insert(long key, byte[] data) throws IOException;
361 public void insert(long key, byte[] data) throws IOException { method in class:BlobCache
447 // If we don't have enough space to insert this blob into
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 260 // insert attachment into content provider so that we can open the file
262 resolver.insert(uri, toContentValues());
277 // perform a second insert to put the updated size and downloaded size values in
278 resolver.insert(uri, toContentValues());
EmlAttachmentProvider.java 53 * Supports all of the semantics (query/insert/update/delete/openFile)
155 public Uri insert(Uri uri, ContentValues values) { method in class:EmlAttachmentProvider
MailAppProvider.java 210 public Uri insert(Uri url, ContentValues values) { method in class:MailAppProvider
448 // cursor. Initially assume that we insert these items to at the end of the list
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 444 public Uri insert(Uri url, ContentValues values) { method
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 481 * Insert data into the provider. May be either a metadata source URL or some dictionary info.
484 * @param values the values to insert for this content uri
485 * @return the URI for the newly inserted item. May be null if arguments don't allow for insert
488 public Uri insert(final Uri uri, final ContentValues values) method in class:DictionaryProvider
491 PrivateLog.log("Insert, uri = " + uri.toString());
510 Log.w(TAG, "Not enough information to insert this dictionary " + values, e);
520 PrivateLog.log("Attempt to insert : " + uri);
530 * @see android.content.ContentProvider#insert(Uri, ContentValues)
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 129 Uri url = mResolver.insert(mEventsUri, m);
190 mResolver.insert(CalendarContract.Calendars.CONTENT_URI, values);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 397 db.insert(Tables.SEARCH_INDEX, null, mValues);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTest.java 93 Uri uri = mResolver.insert(Calls.CONTENT_URI, values);
119 mResolver.insert(Calls.CONTENT_URI, values);
124 Uri uri = mResolver.insert(Calls.CONTENT_URI_WITH_VOICEMAIL, values);
163 mResolver.insert(Calls.CONTENT_URI, values);
203 // Insert one voicemaail and two regular call record.
226 mResolver.insert(Calls.CONTENT_URI, getDefaultValues(Calls.INCOMING_TYPE));
229 mResolver.insert(Calls.CONTENT_URI, getDefaultValues(Calls.MISSED_TYPE));
284 mResolver.insert(Calls.CONTENT_URI, values);
325 mResolver.insert(Calls.CONTENT_URI_WITH_VOICEMAIL, getDefaultVoicemailValues());
330 mResolver.insert(Calls.CONTENT_URI_WITH_VOICEMAIL, getDefaultVoicemailValues())
    [all...]
GroupsTest.java 319 mResolver.insert(Settings.CONTENT_URI, values);
375 mResolver.insert(Settings.CONTENT_URI, values);
385 mResolver.insert(Settings.CONTENT_URI, values);
VoicemailProviderTest.java 82 Uri uri = mResolver.insert(voicemailUri(), getTestVoicemailValues());
137 Uri uri = mResolver.insert(voicemailUri(), values);
153 mResolver.insert(Voicemails.CONTENT_URI, getTestVoicemailValues());
181 // Insert two records - one each with own and another package.
190 // Once again try to insert message for another package. This time
202 // Insert two records - one each with own and another package.
342 mResolver.insert(voicemailUri(), getTestVoicemailValues());
375 mResolver.insert(voicemailUri(), values);
416 Uri uri = mResolver.insert(statusUri(), values);
425 assertNotNull(mResolver.insert(statusUri(), values))
    [all...]
  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProvider.java 153 // Failure to read/insert bookmarks should be treated as "no bookmarks"
192 // Failure to read/insert bookmarks should be treated as "no bookmarks"
223 Log.i(TAG, "failed to insert root folder; bailing out");
228 Log.i(TAG, "failed to insert bookmarks; bailing out");
314 Log.i(TAG, "Failed to insert bookmark " + bookmarkTitle);
437 public Uri insert(Uri uri, ContentValues values) { method in class:PartnerBookmarksProvider
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 773 insert(iterator __position, const bool& __x = bool()) function in class:vector
786 insert(iterator __position, function in class:vector
794 insert(iterator __position, size_type __n, const bool& __x) function in class:vector
798 void insert(iterator __p, initializer_list<bool> __l) function in class:vector
799 { this->insert(__p, __l.begin(), __l.end()); }
828 insert(end(), __new_size - size(), __x);
925 insert(end(), __n - size(), __x);
946 insert(end(), __first, __last);
962 insert(end(), __mid, __last);
994 __pos = insert(__pos, *__first)
    [all...]
stl_list.h 955 * This function will insert an object of type T constructed
972 * This function will insert a copy of the given value before
978 insert(iterator __position, const value_type& __x);
987 * This function will insert a copy of the given rvalue before
993 insert(iterator __position, value_type&& __x) function in class:list
1002 * This function will insert copies of the data in the
1010 insert(iterator __p, initializer_list<value_type> __l) function in class:list
1011 { this->insert(__p, __l.begin(), __l.end()); }
1020 * This function will insert a specified number of copies of the
1027 insert(iterator __position, size_type __n, const value_type& __x function in class:list
1048 insert(iterator __position, _InputIterator __first, function in class:list
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h 880 * @brief Insert multiple characters.
881 * @param __p Iterator referencing location in string to insert at.
882 * @param __n Number of characters to insert
883 * @param __c The character to insert.
893 insert(iterator __p, size_type __n, _CharT __c) function in class:__versa_string
897 * @brief Insert a range of characters.
898 * @param __p Iterator referencing location in string to insert at.
910 insert(iterator __p, _InputIterator __beg, _InputIterator __end) function in class:__versa_string
915 * @brief Insert an initializer_list of characters.
916 * @param __p Iterator referencing location in string to insert at
921 insert(iterator __p, std::initializer_list<_CharT> __l) function in class:__versa_string
938 insert(size_type __pos1, const __versa_string& __str) function in class:__versa_string
961 insert(size_type __pos1, const __versa_string& __str, function in class:__versa_string
984 insert(size_type __pos, const _CharT* __s, size_type __n) function in class:__versa_string
1003 insert(size_type __pos, const _CharT* __s) function in class:__versa_string
1027 insert(size_type __pos, size_type __n, _CharT __c) function in class:__versa_string
1045 insert(iterator __p, _CharT __c) function in class:__versa_string
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hashtable.h 367 // Find and insert helper functions and types
397 // Insert and erase
399 insert(const value_type& __v) function in class:_Hashtable
403 insert(const_iterator, const value_type& __v) function in class:_Hashtable
404 { return _Insert_Conv_Type()(insert(__v)); }
407 insert(value_type&& __v) function in class:_Hashtable
412 insert(const_iterator, value_type&& __v) function in class:_Hashtable
413 { return _Insert_Conv_Type()(insert(std::move(__v))); }
420 insert(_Pair&& __v) function in class:_Hashtable
429 insert(const_iterator, _Pair&& __v function in class:_Hashtable
437 insert(initializer_list<value_type> __l) function in class:_Hashtable
1027 insert(_InputIterator __first, _InputIterator __last) function in class:_Hashtable
    [all...]
stl_list.h 1081 insert(iterator __position, value_type&& __x) function in class:list
1098 insert(iterator __p, initializer_list<value_type> __l) function in class:list
1115 insert(iterator __position, size_type __n, const value_type& __x) function in class:list
1136 insert(iterator __position, _InputIterator __first, function in class:list
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.h 915 * @brief Insert multiple characters.
916 * @param __p Iterator referencing location in string to insert at.
917 * @param __n Number of characters to insert
918 * @param __c The character to insert.
928 insert(iterator __p, size_type __n, _CharT __c) function in class:__versa_string
932 * @brief Insert a range of characters.
933 * @param __p Iterator referencing location in string to insert at.
945 insert(iterator __p, _InputIterator __beg, _InputIterator __end) function in class:__versa_string
950 * @brief Insert an initializer_list of characters.
951 * @param __p Iterator referencing location in string to insert at
956 insert(iterator __p, std::initializer_list<_CharT> __l) function in class:__versa_string
973 insert(size_type __pos1, const __versa_string& __str) function in class:__versa_string
996 insert(size_type __pos1, const __versa_string& __str, function in class:__versa_string
1019 insert(size_type __pos, const _CharT* __s, size_type __n) function in class:__versa_string
1038 insert(size_type __pos, const _CharT* __s) function in class:__versa_string
1062 insert(size_type __pos, size_type __n, _CharT __c) function in class:__versa_string
1080 insert(iterator __p, _CharT __c) function in class:__versa_string
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hashtable.h 339 private: // Find, insert and erase helper functions
342 // better to just specialize insert on __unique_keys. There may be a
372 // Insert and erase
374 insert(const value_type& __v) function in class:tr1::_Hashtable
379 insert(iterator, const value_type& __v) function in class:tr1::_Hashtable
380 { return iterator(_Insert_Conv_Type()(this->insert(__v))); }
383 insert(const_iterator, const value_type& __v) function in class:tr1::_Hashtable
384 { return const_iterator(_Insert_Conv_Type()(this->insert(__v))); }
388 insert(_InputIterator __first, _InputIterator __last);
567 this->insert(*__f)
978 insert(_InputIterator __first, _InputIterator __last) function in class:tr1::_Hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
hashtable.h 367 // Find and insert helper functions and types
397 // Insert and erase
399 insert(const value_type& __v) function in class:_Hashtable
403 insert(const_iterator, const value_type& __v) function in class:_Hashtable
404 { return _Insert_Conv_Type()(insert(__v)); }
407 insert(value_type&& __v) function in class:_Hashtable
412 insert(const_iterator, value_type&& __v) function in class:_Hashtable
413 { return _Insert_Conv_Type()(insert(std::move(__v))); }
420 insert(_Pair&& __v) function in class:_Hashtable
429 insert(const_iterator, _Pair&& __v function in class:_Hashtable
437 insert(initializer_list<value_type> __l) function in class:_Hashtable
1027 insert(_InputIterator __first, _InputIterator __last) function in class:_Hashtable
    [all...]

Completed in 823 milliseconds

<<31323334353637383940>>