Searched refs:getConfigText (Results 1 – 3 of 3) sorted by relevance
62 protected String getConfigText(StreamConfiguration config) { in getConfigText() method in BaseAutoGlitchActivity97 log(" " + getConfigText(requestedInConfig)); in testConfigurations()98 log(" " + getConfigText(requestedOutConfig)); in testConfigurations()105 log(" " + getConfigText(actualInConfig)); in testConfigurations()106 log(" " + getConfigText(actualOutConfig)); in testConfigurations()163 appendFailedSummary(getConfigText(requestedInConfig) + "\n"); in testConfigurations()164 appendFailedSummary(getConfigText(requestedOutConfig) + "\n"); in testConfigurations()181 appendFailedSummary(" " + getConfigText(actualInConfig) + "\n"); in testConfigurations()182 appendFailedSummary(" " + getConfigText(actualOutConfig) + "\n"); in testConfigurations()
189 private String getConfigText(StreamConfiguration config) { in getConfigText() method in TestDisconnectActivity242 log(getConfigText(requestedConfig)); in testConfiguration()252 actualConfigText = getConfigText(actualConfig) in testConfiguration()346 appendFailedSummary(getConfigText(requestedConfig) + "\n"); in testConfiguration()
172 protected String getConfigText(StreamConfiguration config) { in getConfigText() method in TestDataPathsActivity173 String text = super.getConfigText(config); in getConfigText()