Searched refs:mBoundCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java74 private int mBoundCount; field in class:ServiceState
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/leanback/src/androidTest/java/androidx/leanback/widget/
H A DGridActivity.java109 private int mBoundCount; field in class:GridActivity
248 mBoundCount = 0;
252 return mBoundCount;
447 mBoundCount++;

Completed in 227 milliseconds