Searched refs:mStartedState (Results 1 – 6 of 6) sorted by relevance
59 private int mStartedState = STATE_NOTHING; field in ServiceState107 if (mStartedState != ProcessStats.STATE_NOTHING) { in setMemFactor()226 mStartedCount = mStartedState != STATE_NOTHING ? 1 : 0; in resetSafely()261 if (mStartedState != STATE_NOTHING) { in commitStateTime()262 mDurations.addDuration(SERVICE_STARTED + (mStartedState*SERVICE_COUNT), in commitStateTime()284 final int state = (mStartedState != STATE_NOTHING || mBoundState != STATE_NOTHING in updateRunning()313 final boolean wasStarted = mStartedState != STATE_NOTHING; in updateStartedState()316 if (mStartedState != state) { in updateStartedState()317 if (mStartedState != STATE_NOTHING) { in updateStartedState()318 mDurations.addDuration(SERVICE_STARTED + (mStartedState*SERVICE_COUNT), in updateStartedState()[all …]
154 private int mStartedState = NOT_STARTED; field in KeepaliveTracker.KeepaliveInfo221 + " startedState=" + startedStateString(mStartedState) in toString()354 mStartedState = STARTING; in start()370 switch (mStartedState) { in stop()380 mStartedState = STOPPING; in stop()563 if (KeepaliveInfo.STARTING == ki.mStartedState) { in handleEventSocketKeepalive()567 ki.mStartedState = KeepaliveInfo.STARTED; in handleEventSocketKeepalive()579 } else if (KeepaliveInfo.STOPPING == ki.mStartedState) { in handleEventSocketKeepalive()583 ki.mStartedState = KeepaliveInfo.NOT_STARTED; in handleEventSocketKeepalive()
151 private final State mStartedState = new StartedState(); field in ScanOnlyModeManager.ScanOnlyModeStateMachine180 addState(mStartedState); in ScanOnlyModeStateMachine()205 transitionTo(mStartedState); in processMessage()
169 private final State mStartedState = new StartedState(); field in ClientModeManager.ClientModeStateMachine205 addState(mStartedState); in ClientModeStateMachine()238 transitionTo(mStartedState); in processMessage()
328 private final State mStartedState = new StartedState(); field in SoftApManager.SoftApStateMachine357 addState(mStartedState); in SoftApStateMachine()401 transitionTo(mStartedState); in processMessage()
1066 private final StartedState mStartedState = new StartedState(); field in WifiScanningServiceImpl.WifiBackgroundScanStateMachine1079 addState(mStartedState, mDefaultState); in WifiBackgroundScanStateMachine()1172 transitionTo(mStartedState); in processMessage()1288 transitionTo(mStartedState); in processMessage()1511 private final StartedState mStartedState = new StartedState(); field in WifiScanningServiceImpl.WifiPnoScanStateMachine1527 addState(mStartedState, mDefaultState); in WifiPnoScanStateMachine()1528 addState(mHwPnoScanState, mStartedState); in WifiPnoScanStateMachine()1537 transitionTo(mStartedState); in removePnoSettings()1567 transitionTo(mStartedState); in processMessage()1666 transitionTo(mStartedState); in processMessage()[all …]