OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:watchNextProgramUri
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/tv-provider/tests/src/android/support/media/tv/
WatchNextProgramTest.java
105
Uri
watchNextProgramUri
= resolver.insert(WatchNextPrograms.CONTENT_URI,
109
loadWatchNextProgramFromContentProvider(resolver,
watchNextProgramUri
);
121
Uri
watchNextProgramUri
= resolver.insert(WatchNextPrograms.CONTENT_URI,
125
loadWatchNextProgramFromContentProvider(resolver,
watchNextProgramUri
);
132
watchNextProgramUri
, updatedProgram.toContentValues(), null, null));
134
loadWatchNextProgramFromContentProvider(resolver,
watchNextProgramUri
);
141
watchNextProgramUri
, updatedProgram.toContentValues(), null, null));
143
resolver,
watchNextProgramUri
);
150
assertEquals(1, resolver.update(
watchNextProgramUri
, values, null, null));
152
resolver,
watchNextProgramUri
);
[
all
...]
/packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java
[
all
...]
Completed in 196 milliseconds