Home
last modified time | relevance | path

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

/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridActivity.java96 private int mBoundCount; field in GridActivity
225 mBoundCount = 0; in resetBoundCount()
229 return mBoundCount; in getBoundCount()
355 mBoundCount++;
/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java2242 svc.mBoundCount, ServiceState.SERVICE_BOUND, svc.mBoundState, in dumpLocked()
2660 svc, ServiceState.SERVICE_BOUND, svc.mBoundCount, in dumpCheckinLocked()
3457 int mBoundCount; field in ProcessStats.ServiceState
3553 mBoundCount += other.mBoundCount; in add()
3561 mBoundCount = mBoundState != STATE_NOTHING ? 1 : 0; in resetSafely()
3570 out.writeInt(mBoundCount); in writeToParcel()
3580 mBoundCount = in.readInt(); in readFromParcel()
3668 mBoundCount++; in setBound()