Home
last modified time | relevance | path

Searched refs:fromCursorPartialProjection (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
DProgramDataManager.java642 Program program = ProgramImpl.fromCursorPartialProjection(c); in doInBackground()
DProgramImpl.java170 public static Program fromCursorPartialProjection(Cursor cursor) { in fromCursorPartialProjection() method in ProgramImpl