Searched refs:toContentValues (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/tv-provider/tests/src/android/support/media/tv/
H A DProgramTest.java59 ContentValues contentValues = emptyProgram.toContentValues();
77 ContentValues contentValues = sampleProgram.toContentValues();
89 ContentValues contentValues = fullyPopulatedProgram.toContentValues();
107 Uri channelUri = resolver.insert(Channels.CONTENT_URI, channel.toContentValues());
113 fullyPopulatedProgram.toContentValues());
129 Uri channelUri = resolver.insert(Channels.CONTENT_URI, channel.toContentValues());
135 fullyPopulatedProgram.toContentValues());
144 programUri, updatedProgram.toContentValues(), null, null));
152 programUri, updatedProgram.toContentValues(), null, null));
158 .toContentValues();
[all...]
H A DChannelTest.java58 ContentValues contentValues = emptyChannel.toContentValues(true);
75 ContentValues contentValues = sampleChannel.toContentValues(true);
85 ContentValues contentValues = fullyPopulatedChannel.toContentValues(true);
99 ContentValues contentValues = fullyPopulatedChannel.toContentValues();
115 ContentValues contentValues = fullyPopulatedChannel.toContentValues();
126 assertEquals(1, resolver.update(channelUri, updatedChannel.toContentValues(), null, null));
134 channelUri, updatedChannel.toContentValues(), null, null));
140 .toContentValues();
226 // When we insert a channel using toContentValues() to the system, we drop some
233 assertEquals(channelA.toContentValues(), channel
[all...]
H A DPreviewProgramTest.java62 ContentValues contentValues = emptyProgram.toContentValues();
80 ContentValues contentValues = sampleProgram.toContentValues(true);
92 ContentValues contentValues = fullyPopulatedProgram.toContentValues(true);
112 Uri channelUri = resolver.insert(Channels.CONTENT_URI, channel.toContentValues());
118 fullyPopulatedProgram.toContentValues());
135 Uri channelUri = resolver.insert(Channels.CONTENT_URI, channel.toContentValues());
141 fullyPopulatedProgram.toContentValues());
151 previewProgramUri, updatedProgram.toContentValues(), null, null));
159 previewProgramUri, updatedProgram.toContentValues(), null, null));
165 .toContentValues();
[all...]
H A DWatchNextProgramTest.java61 ContentValues contentValues = emptyProgram.toContentValues(true);
76 ContentValues contentValues = sampleProgram.toContentValues(true);
88 ContentValues contentValues = fullyPopulatedProgram.toContentValues(true);
106 fullyPopulatedProgram.toContentValues());
122 fullyPopulatedProgram.toContentValues());
132 watchNextProgramUri, updatedProgram.toContentValues(), null, null));
141 watchNextProgramUri, updatedProgram.toContentValues(), null, null));
148 .toContentValues();
234 ContentValues contentValues = previewProgram.toContentValues(true);
342 // When we insert a channel using toContentValues() t
[all...]
H A DChannelLogoUtilsTest.java44 .setType(TvContractCompat.Channels.TYPE_OTHER).build().toContentValues();
/frameworks/support/tv-provider/src/android/support/media/tv/
H A DPreviewProgram.java48 * previewProgram.toContentValues());
68 * updatedProgram.toContentValues(), null, null);
126 public ContentValues toContentValues() { method in class:PreviewProgram
127 return toContentValues(false);
139 public ContentValues toContentValues(boolean includeProtectedFields) { method in class:PreviewProgram
140 ContentValues values = super.toContentValues(includeProtectedFields);
H A DWatchNextProgram.java50 * watchNextProgram.toContentValues());
70 * updatedProgram.toContentValues(), null, null);
129 public ContentValues toContentValues() { method in class:WatchNextProgram
130 return toContentValues(false);
142 public ContentValues toContentValues(boolean includeProtectedFields) { method in class:WatchNextProgram
143 ContentValues values = super.toContentValues(includeProtectedFields);
H A DProgram.java45 * Uri programUri = getContentResolver().insert(Programs.CONTENT_URI, program.toContentValues());
65 * updatedProgram.toContentValues(), null, null);
161 public ContentValues toContentValues() { method in class:Program
162 ContentValues values = super.toContentValues();
H A DBasePreviewProgram.java313 public ContentValues toContentValues() { method in class:BasePreviewProgram
314 return toContentValues(false);
325 public ContentValues toContentValues(boolean includeProtectedFields) { method in class:BasePreviewProgram
326 ContentValues values = super.toContentValues();
H A DChannel.java50 * Uri channelUri = getContentResolver().insert(Channels.CONTENT_URI, channel.toContentValues());
70 * updatedChannel.toContentValues(), null, null);
351 public ContentValues toContentValues() { method in class:Channel
352 return toContentValues(false);
363 public ContentValues toContentValues(boolean includeProtectedFields) { method in class:Channel
H A DBaseProgram.java290 public ContentValues toContentValues() { method in class:BaseProgram
/frameworks/base/core/java/android/app/
H A DDownloadManager.java748 ContentValues toContentValues(String packageName) { method in class:DownloadManager.Request
1021 ContentValues values = request.toContentValues(mPackageName);
1402 ContentValues values = request.toContentValues(null);

Completed in 116 milliseconds