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

/packages/apps/TV/src/com/android/tv/util/
H A DSetupUtils.java165 if (!isSetupDone(inputId) && channelDataManager.getChannelCountForInput(inputId) > 0) {
210 public boolean isSetupDone(String inputId) { method in class:SetupUtils
213 Log.d(TAG, "isSetupDone: (input=" + inputId + ", result= " + done + ")");
353 * Called when an setup is done. Once it is called, {@link #isSetupDone} returns {@code true}

Completed in 78 milliseconds