Searched refs:getBuildVerbosity (Results 1 – 7 of 7) sorted by relevance
563 if (AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE) { in runProguard()850 if (AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE) { in executeAapt()905 if (AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE) { in executeAapt()1180 if (BuildVerbosity.VERBOSE == AdtPrefs.getPrefs().getBuildVerbosity()) { in grabProcessOutput()
134 boolean verbose = AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE; in doCompileFiles()
206 boolean verbose = AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE;
296 public synchronized BuildVerbosity getBuildVerbosity() { in getBuildVerbosity() method in AdtPrefs
379 AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE, in build()494 AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE, in build()
1072 if (AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE) { in execAapt()1113 if (AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE) { in execAapt()
1068 if (level.getLevel() <= AdtPrefs.getPrefs().getBuildVerbosity().getLevel()) {