Searched refs:mBoundState (Results 1 – 1 of 1) sorted by relevance
63 private int mBoundState = STATE_NOTHING; field in ServiceState110 if (mBoundState != ProcessStats.STATE_NOTHING) { in setMemFactor()140 if (mBoundState != STATE_NOTHING) { in applyNewOwner()177 if (mBoundState != STATE_NOTHING) { in clearCurrentOwner()227 mBoundCount = mBoundState != STATE_NOTHING ? 1 : 0; in resetSafely()266 if (mBoundState != STATE_NOTHING) { in commitStateTime()267 mDurations.addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT), in commitStateTime()342 if (mBoundState != state) { in setBound()343 if (mBoundState != STATE_NOTHING) { in setBound()349 mBoundState = state; in setBound()[all …]