Searched defs:updateBrowsable (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/tests/input/src/com/android/tv/testinput/
H A DTestTvInputSetupActivity.java64 public static void registerChannels(Context context, String inputId, boolean updateBrowsable, argument
72 if (updateBrowsable) {
/packages/apps/TV/src/com/android/tv/data/
H A DChannelDataManager.java327 public void updateBrowsable(Long channelId, boolean browsable) { method in class:ChannelDataManager
328 updateBrowsable(channelId, browsable, false);
339 public void updateBrowsable(Long channelId, boolean browsable, method in class:ChannelDataManager
353 // When updateBrowsable is called multiple times in a method, we don't need to
418 * Applies the changed values by {@link #updateBrowsable} and {@link #updateLocked}

Completed in 101 milliseconds