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

  /frameworks/base/core/java/com/android/internal/app/procstats/
ServiceState.java 74 private int mBoundCount;
207 mBoundCount += other.mBoundCount;
215 mBoundCount = mBoundState != STATE_NOTHING ? 1 : 0;
224 out.writeInt(mBoundCount);
234 mBoundCount = in.readInt();
325 mBoundCount++;
370 mBoundCount, ServiceState.SERVICE_BOUND, mBoundState,
451 ServiceState.SERVICE_BOUND, mBoundCount, mBoundState, mBoundStartTime, now);
  /frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
GridActivity.java 108 private int mBoundCount;
243 mBoundCount = 0;
247 return mBoundCount;
407 mBoundCount++;

Completed in 427 milliseconds