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

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 67 public static final String CHOICE_ERROR_LINE =
145 } else if (CHOICE_ERROR_LINE.equals(mChoice)) {
228 if (jumpToLocation.equals(CHOICE_ERROR_LINE)) {
231 requestor = new LogCatViewSearchRequestor(CHOICE_ERROR_LINE, lineNumber);
OldLogCatView.java 92 public static final String CHOICE_ERROR_LINE =
191 } else if (CHOICE_ERROR_LINE.equals(mChoice)) {
304 goToErrorLine(CHOICE_ERROR_LINE);
489 if (CHOICE_ERROR_LINE.equals(choice)) {
500 new LogCatViewSearchRequestor(CHOICE_ERROR_LINE, line_number),

Completed in 127 milliseconds