Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java2239 svc.mStartedCount, ServiceState.SERVICE_STARTED, svc.mStartedState, in dumpLocked()
2658 svc.mStartedState, svc.mStartedStartTime, now); in dumpCheckinLocked()
3454 public int mStartedState = STATE_NOTHING; field in ProcessStats.ServiceState
3560 mStartedCount = mStartedState != STATE_NOTHING ? 1 : 0; in resetSafely()
3590 if (mStartedState != STATE_NOTHING) { in commitStateTime()
3591 addDuration(SERVICE_STARTED + (mStartedState*SERVICE_COUNT), in commitStateTime()
3606 final int state = (mStartedState != STATE_NOTHING || mBoundState != STATE_NOTHING in updateRunning()
3634 final boolean wasStarted = mStartedState != STATE_NOTHING; in updateStartedState()
3637 if (mStartedState != state) { in updateStartedState()
3638 if (mStartedState != STATE_NOTHING) { in updateStartedState()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScanningServiceImpl.java260 private final StartedState mStartedState = new StartedState(); field in WifiScanningServiceImpl.WifiScanningStateMachine
271 addState(mStartedState, mDefaultState); in WifiScanningStateMachine()
340 transitionTo(mStartedState); in processMessage()
520 transitionTo(mStartedState); in processMessage()
/frameworks/base/services/core/java/com/android/server/am/
DProcessStatsService.java152 if (service.mStartedState != ProcessStats.STATE_NOTHING) { in setMemFactorLocked()