Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java2275 svc.mBoundCount, ServiceState.SERVICE_BOUND, svc.mBoundState, in dumpLocked()
2693 svc, ServiceState.SERVICE_BOUND, svc.mBoundCount, in dumpCheckinLocked()
3490 int mBoundCount; field in ProcessStats.ServiceState
3586 mBoundCount += other.mBoundCount; in add()
3594 mBoundCount = mBoundState != STATE_NOTHING ? 1 : 0; in resetSafely()
3603 out.writeInt(mBoundCount); in writeToParcel()
3613 mBoundCount = in.readInt(); in readFromParcel()
3701 mBoundCount++; in setBound()