Searched refs:isPendingDownload (Results 1 – 4 of 4) sorted by relevance
54 Truth.assertThat(itemInfoWithIcon.isPendingDownload).isFalse() in itemInfoWithIconDefaultParamsTest()62 Truth.assertThat(itemInfoWithIcon.isPendingDownload).isTrue() in isDisabledOrPendingTest()66 Truth.assertThat(itemInfoWithIcon.isPendingDownload).isFalse() in isDisabledOrPendingTest()
168 public boolean isPendingDownload() { in isPendingDownload() method in ItemInfoWithIcon
177 setIsDisabled(info.isDisabled() || info.isPendingDownload()); in PreloadIconDrawable()
1030 return info.isDisabled() || info.isPendingDownload(); in isIconDisabled()