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

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Issue.java 28 * An issue is a potential bug in an Android application. An issue is discovered
40 public final class Issue implements Comparable<Issue> {
53 private Issue(
74 * Creates a new issue
76 * @param id the fixed id of the issue
77 * @param description the quick summary of the issue (one line)
78 * @param explanation a full explanation of the issue, with suggestions for
83 * @param severity the default severity of the issue
    [all...]
  /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> {

Completed in 362 milliseconds