Searched refs:isSetupDone (Results 1 – 4 of 4) sorted by relevance
44 boolean lhsSetupDone = mSetupUtils.isSetupDone(lhs.getId()); in compare()45 boolean rhsSetupDone = mSetupUtils.isSetupDone(rhs.getId()); in compare()
163 if (!isSetupDone(inputId) && channelDataManager.getChannelCountForInput(inputId) > 0) { in markNewChannelsBrowsable()211 public boolean isSetupDone(String inputId) { in isSetupDone() method in SetupUtils
275 if (!mSetupUtils.isSetupDone(input.getId())) { in buildInputs()317 if (mSetupUtils.isSetupDone(inputId) || channelCount > 0) { in createActionsInternal()
65 Mockito.when(setupUtils.isSetupDone(ArgumentMatchers.anyString())) in testComparator()