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

  /frameworks/support/tv-provider/src/android/support/media/tv/
Program.java 27 import android.support.media.tv.TvContractCompat.Programs;
30 * A convenience class to access {@link TvContractCompat.Programs} entries in the system content
45 * Uri programUri = getContentResolver().insert(Programs.CONTENT_URI, program.toContentValues());
90 * @return The value of {@link Programs#COLUMN_CHANNEL_ID} for the program.
93 Long l = mValues.getAsLong(Programs.COLUMN_CHANNEL_ID);
98 * @return The value of {@link Programs#COLUMN_START_TIME_UTC_MILLIS} for the program.
101 Long l = mValues.getAsLong(Programs.COLUMN_START_TIME_UTC_MILLIS);
106 * @return The value of {@link Programs#COLUMN_END_TIME_UTC_MILLIS} for the program.
109 Long l = mValues.getAsLong(Programs.COLUMN_END_TIME_UTC_MILLIS);
114 * @return The value of {@link Programs#COLUMN_BROADCAST_GENRE} for the program
    [all...]
BaseProgram.java 29 import android.support.media.tv.TvContractCompat.Programs;
30 import android.support.media.tv.TvContractCompat.Programs.Genres.Genre;
33 * Base class for derived classes that want to have common fields for programs defined in
78 * @see Programs#COLUMN_TITLE
81 return mValues.getAsString(Programs.COLUMN_TITLE);
86 * @see Programs#COLUMN_EPISODE_TITLE
89 return mValues.getAsString(Programs.COLUMN_EPISODE_TITLE);
94 * @see Programs#COLUMN_SEASON_DISPLAY_NUMBER
98 return mValues.getAsString(Programs.COLUMN_SEASON_DISPLAY_NUMBER);
100 return mValues.getAsString(Programs.COLUMN_SEASON_NUMBER)
    [all...]
TvContractCompat.java 39 import android.support.media.tv.TvContractCompat.Programs.Genres;
56 * information. The information is stored in {@link Channels} and {@link Programs} tables.
63 * <li>A row in the {@link Programs} table represents a set of data describing a TV program such
148 * preview programs is added to the watch next programs table by user.
161 * to initialize its channels and programs to the system content provider.
299 * ID to filter programs.
307 * time (in milliseconds since the epoch) to filter programs.
315 * (in milliseconds since the epoch) to filter programs.
332 * genre to filter programs
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp     [all...]
vktRenderPassMultisampleTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp     [all...]
vktWsiDisplayTimingTests.cpp     [all...]
vktWsiIncrementalPresentTests.cpp     [all...]
  /frameworks/base/media/java/android/media/tv/
TvContract.java 52 * information. The information is stored in {@link Channels} and {@link Programs} tables.
59 * <li>A row in the {@link Programs} table represents a set of data describing a TV program such
147 * preview programs is added to the watch next programs table by user.
161 * to initialize its channels and programs to the system content provider.
279 * preview programs/channels and watch next programs belonging to this package in the content
281 * for all the requests to preview programs/channels and watch next programs via
298 * the data for preview programs/channels and watch next programs belonging to this package i
    [all...]
  /prebuilts/sdk/current/support/tv-provider/
android-support-tv-provider.jar 
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 248 milliseconds