HomeSort by relevance Sort by last modified time
    Searched defs:Issue (Results 1 - 3 of 3) sorted by null

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
IssueReporter.java 50 @Option(name = "issue-server", description = "Server url to post test failures to.")
55 private Issue mCurrentIssue;
62 mCurrentIssue = new Issue();
96 CLog.e("setBugReport is getting called on an empty issue...");
158 class Issue implements Callable<Void> {
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Issue.java 32 * An issue is a potential bug in an Android application. An issue is discovered
44 public final class Issue implements Comparable<Issue> {
60 private Issue(
81 * Creates a new issue
83 * @param id the fixed id of the issue
84 * @param description the quick summary of the issue (one line)
85 * @param explanation a full explanation of the issue, with suggestions for
90 * @param severity the default severity of the issue
    [all...]
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 1123 milliseconds