HomeSort by relevance Sort by last modified time
    Searched refs:mRunCount (Results 1 - 4 of 4) sorted by null

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockTask.java 27 private int mRunCount = 0;
39 mRunCount++;
44 return mRunCount;
48 while (mRunCount == 0) {
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 143 private int mRunCount;
163 if (mRunCount > 0) {
164 mRunCount--;
165 if (mRunCount > 0) {
195 if (mRunCount == 0) {
197 mRunCount = 1;
199 mRunCount = 2;
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
ScriptGroupTestActivity.java 72 private int mRunCount;
92 if (mRunCount > 0) {
93 mRunCount--;
94 if (mRunCount > 0) {
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java     [all...]

Completed in 147 milliseconds