OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getContentValues
(Results
1 - 8
of
8
) sorted by null
/cts/tests/src/android/provider/cts/
MediaStoreAudioTestHelper.java
50
public abstract ContentValues
getContentValues
(boolean isInternal);
53
Uri uri = contentResolver.insert(Media.INTERNAL_CONTENT_URI,
getContentValues
(true));
59
Uri uri = contentResolver.insert(Media.EXTERNAL_CONTENT_URI,
getContentValues
(false));
121
public ContentValues
getContentValues
(boolean isInternal) {
200
public ContentValues
getContentValues
(boolean isInternal) {
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelpers.java
101
ContentValues contentValues =
getContentValues
(voicemail);
113
ContentValues values =
getContentValues
(voicemail);
299
private ContentValues
getContentValues
(Voicemail voicemail) {
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastMessage.java
128
public ContentValues
getContentValues
() {
/development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java
153
TEST_NOTES[index].
getContentValues
() // the values map to insert
634
note.
getContentValues
() // the map of values to insert as a new record
673
ContentValues values = note.
getContentValues
();
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBigramDictionary.java
369
getContentValues
(bi.mWord1, bi.mWord2, mLocale));
383
private ContentValues
getContentValues
(String word1, String word2, String locale) {
/packages/apps/Contacts/src/com/android/contacts/model/
EntityDelta.java
250
public ArrayList<ContentValues>
getContentValues
() {
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java
430
public ArrayList<ContentValues>
getContentValues
() {
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
[
all
...]
Completed in 235 milliseconds