HomeSort by relevance Sort by last modified time
    Searched refs:mStartedState (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SoftApManager.java 294 private final State mStartedState = new StartedState();
304 addState(mStartedState, mIdleState);
305 addState(mTetheringState, mStartedState);
306 addState(mTetheredState, mStartedState);
307 addState(mUntetheringState, mStartedState);
323 transitionTo(mStartedState);
393 transitionTo(mStartedState);
451 transitionTo(mStartedState);
460 transitionTo(mStartedState);
  /frameworks/base/core/java/com/android/internal/app/procstats/
ServiceState.java 71 private int mStartedState = STATE_NOTHING;
115 if (mStartedState != ProcessStats.STATE_NOTHING) {
214 mStartedCount = mStartedState != STATE_NOTHING ? 1 : 0;
245 if (mStartedState != STATE_NOTHING) {
246 mDurations.addDuration(SERVICE_STARTED + (mStartedState*SERVICE_COUNT),
263 final int state = (mStartedState != STATE_NOTHING || mBoundState != STATE_NOTHING
291 final boolean wasStarted = mStartedState != STATE_NOTHING;
294 if (mStartedState != state) {
295 if (mStartedState != STATE_NOTHING) {
296 mDurations.addDuration(SERVICE_STARTED + (mStartedState*SERVICE_COUNT)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScanningServiceImpl.java     [all...]
  /frameworks/base/services/net/java/android/net/ip/
IpManager.java 383 private final State mStartedState = new StartedState();
476 addState(mStartedState);
    [all...]

Completed in 133 milliseconds