Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java70 private int mForegroundCount; field in ServiceState
220 mForegroundCount += other.mForegroundCount; in add()
229 mForegroundCount = mForegroundState != STATE_NOTHING ? 1 : 0; in resetSafely()
240 out.writeInt(mForegroundCount); in writeToParcel()
251 mForegroundCount = in.readInt(); in readFromParcel()
383 mForegroundCount++; in setForeground()
410 mForegroundCount, ServiceState.SERVICE_FOREGROUND, mForegroundState, in dumpStats()
509 ServiceState.SERVICE_FOREGROUND, mForegroundCount, mForegroundState,
571 ServiceState.SERVICE_FOREGROUND, mForegroundCount, mForegroundState,