Searched refs:getBuildVerbosity (Results 1 – 6 of 6) sorted by relevance
597 if (AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE) { in runProguard()884 if (AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE) { in executeAapt()943 if (AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE) { in executeAapt()1218 if (BuildVerbosity.VERBOSE == AdtPrefs.getPrefs().getBuildVerbosity()) { in grabProcessOutput()
134 boolean verbose = AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE; in doCompileFiles()
905 AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE /*verbose*/); in compileRs()1167 if (AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE) { in execAapt()1212 if (AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE) { in execAapt()
381 AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE, in build()498 AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE, in build()
296 public synchronized BuildVerbosity getBuildVerbosity() { in getBuildVerbosity() method in AdtPrefs
1059 if (level.getLevel() <= AdtPrefs.getPrefs().getBuildVerbosity().getLevel()) {