HomeSort by relevance Sort by last modified time
    Searched refs:mFoundFirstMatch (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 125 private boolean mFoundFirstMatch = false;
158 if (match.getResource() instanceof IFile && !mFoundFirstMatch) {
159 mFoundFirstMatch = true;
OldLogCatView.java 171 private boolean mFoundFirstMatch = false;
204 if (match.getResource() instanceof IFile && !mFoundFirstMatch) {
205 mFoundFirstMatch = true;

Completed in 152 milliseconds