OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getContentValues
(Results
1 - 6
of
6
) 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));
119
public ContentValues
getContentValues
(boolean isInternal) {
195
public ContentValues
getContentValues
(boolean isInternal) {
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastDatabaseService.java
99
ContentValues cv = cbm.
getContentValues
();
CellBroadcastMessage.java
128
public ContentValues
getContentValues
() {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoDictionary.java
245
getContentValues
(entry.getKey(), freq, mLocale));
251
private ContentValues
getContentValues
(String word, int frequency, String locale) {
UserBigramDictionary.java
371
getContentValues
(bi.word1, bi.word2, mLocale));
385
private ContentValues
getContentValues
(String word1, String word2, String locale) {
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_MediaTest.java
91
ContentValues values = audio1.
getContentValues
(isInternal);
147
values = audio2.
getContentValues
(isInternal);
Completed in 2273 milliseconds