HomeSort by relevance Sort by last modified time
    Searched defs:PROGRAMS_TABLE (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/tests/common/src/com/android/tv/testing/
FakeTvProvider.java 84 static final String PROGRAMS_TABLE = "programs";
108 + PROGRAMS_TABLE
114 + PROGRAMS_TABLE
    [all...]
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java 90 static final String PROGRAMS_TABLE = "programs";
112 + " INNER JOIN " + PROGRAMS_TABLE
114 + PROGRAMS_TABLE + "." + Programs.COLUMN_CHANNEL_ID + ")";
    [all...]

Completed in 104 milliseconds