Home
last modified time | relevance | path

Searched refs:isBrowsable (Results 1 – 21 of 21) sorted by relevance

/packages/apps/TV/src/com/android/tv/
DChannelTuner.java206 if (channel.isBrowsable()) { in getAdjacentBrowsableChannel()
219 if (channel.isBrowsable()) { in getAdjacentBrowsableChannel()
238 } else if (channel.isBrowsable()) { in findNearestBrowsableChannel()
245 if (upChannel.isBrowsable()) { in findNearestBrowsableChannel()
249 if (downChannel.isBrowsable()) { in findNearestBrowsableChannel()
355 if (channel.isBrowsable()) { in updateBrowsableChannels()
DMainActivity.java1269 if (curChannel != null && curChannel.isBrowsable()) { in getBrowsableChannel()
1335 || (!returnChannel.isPassthrough() && !returnChannel.isBrowsable())) { in endShrunkenTvView()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItemTest.java100 Assert.assertEquals(false, item.isBrowsable()); in buildAvrcpItem()
152 Assert.assertEquals(false, item.isBrowsable()); in buildAvrcpItemFromAvrcpAttributes()
212 Assert.assertEquals(false, item.isBrowsable()); in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored()
264 Assert.assertEquals(false, item.isBrowsable()); in buildAvrcpItemFromAvrcpAttributes_imageHandleTooShort()
316 Assert.assertEquals(false, item.isBrowsable()); in buildAvrcpItemFromAvrcpAttributes_imageHandleEmpty()
368 Assert.assertEquals(false, item.isBrowsable()); in buildAvrcpItemFromAvrcpAttributes_imageHandleNull()
420 Assert.assertEquals(false, item.isBrowsable()); in buildAvrcpItemFromAvrcpAttributes_imageHandleNotDigits()
576 Assert.assertFalse(mediaItem.isBrowsable()); in avrcpItemNoDisplayName_toMediaItem()
605 Assert.assertFalse(mediaItem.isBrowsable()); in avrcpItemWithDisplayName_toMediaItem()
632 Assert.assertTrue(mediaItem.isBrowsable()); in avrcpItemBrowsable_toMediaItem()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DChannelsBlockedFragment.java135 if (lhs.isBrowsable() != rhs.isBrowsable()) { in getItemList()
136 return lhs.isBrowsable() ? -1 : 1; in getItemList()
144 if (!channel.isBrowsable() && !hasHiddenChannels) { in getItemList()
DParentalControlsFragment.java108 if (channel.isLocked() && channel.isBrowsable()) { in getItemList()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/browse/
DMediaBrowserViewModelImpl.java53 Predicate<MediaItemMetadata> predicate = forRoot ? MediaItemMetadata::isBrowsable in filterItems()
54 : item -> (item.isPlayable() || item.isBrowsable()); in filterItems()
63 Predicate<MediaItemMetadata> predicate = MediaItemMetadata::isBrowsable; in selectBrowseableItems()
/packages/apps/TV/src/com/android/tv/data/
DChannelDataManager.java286 if (channel.isBrowsable()) { in getBrowsableChannelList()
318 if (channel.isBrowsable()) { in areAllChannelsHidden()
353 if (channelWrapper.mChannel.isBrowsable() != browsable) { in updateBrowsable()
427 if (channelWrapper.mChannel.isBrowsable()) { in applyUpdatedValuesToDb()
432 channelWrapper.mBrowsableInDb = channelWrapper.mChannel.isBrowsable(); in applyUpdatedValuesToDb()
557 mBrowsableInDb = channel.isBrowsable(); in ChannelWrapper()
668 channel.setBrowsable(oldChannel.isBrowsable()); in onPostExecute()
DChannelImpl.java290 public boolean isBrowsable() { in isBrowsable() method in ChannelImpl
397 mBrowsable = channel.isBrowsable(); in copyFrom()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DMediaItemMetadata.java87 this(item.getDescription(), null, item.isBrowsable(), item.isPlayable(), null, null); in MediaItemMetadata()
102 public MediaItemMetadata(MediaDescriptionCompat description, Long queueId, boolean isBrowsable, in MediaItemMetadata() argument
107 mIsBrowsable = isBrowsable; in MediaItemMetadata()
289 public boolean isBrowsable() { in isBrowsable() method in MediaItemMetadata
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DCustomizeChannelListFragment.java280 if (!channelItem.getChannel().isBrowsable()) { in onUpdate()
296 if (channel.isBrowsable() == mAllChecked) { in onSelected()
322 setChecked(getChannel().isBrowsable()); in onUpdate()
/packages/apps/Car/Media/src/com/android/car/media/browse/
DBrowseAdapter.java264 item.isBrowsable() ? "B" : " ", in generateViewData()
283 if (item.isBrowsable()) { in generateViewData()
DBrowseViewHolder.java96 ViewUtils.setVisible(mRightArrow, hasMediaItem && data.mMediaItem.isBrowsable()); in bind()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java157 public boolean isBrowsable() { in isBrowsable() method in AvrcpItem
275 && Objects.equals(mBrowsable, other.isBrowsable()) in equals()
DBrowseTree.java273 synchronized boolean isBrowsable() { in isBrowsable() method in BrowseTree.BrowseNode
274 return mItem.isBrowsable(); in isBrowsable()
DAvrcpControllerStateMachine.java1021 if (mNextStep.isBrowsable()) { in navigateToFolderOrRetrieve()
/packages/apps/TV/src/com/android/tv/data/api/
DChannel.java96 boolean isBrowsable(); in isBrowsable() method
/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java131 if (!channel.isBrowsable()) { in updateChannelsAfterSetup()
/packages/apps/TV/src/com/android/tv/menu/
DChannelsRowAdapter.java307 || !channel.isBrowsable()) { in addChannelToList()
/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/
DBrowsedPlayerWrapper.java423 if (item.isBrowsable()) {
/packages/apps/TV/src/com/android/tv/recommendation/
DRecommendationDataManager.java452 if (!channel.isBrowsable()) { in updateChannelRecordMapFromChannel()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/audio_util/
DBrowserPlayerWrapperTest.java385 Assert.assertEquals(expected.isBrowsable(), item.isFolder); in testGetFolderItems()