Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DBinderProxyTest.java27 int mStartedCount; field in BinderProxyTest.CountingListener
31 mStartedCount++; in onTransactStarted()
59 assertEquals(0, listener.mStartedCount); in testNoListener()
70 assertEquals(1, listener.mStartedCount); in testListener()
/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java58 private int mStartedCount; field in ServiceState
217 mStartedCount += other.mStartedCount; in add()
226 mStartedCount = mStartedState != STATE_NOTHING ? 1 : 0; in resetSafely()
237 out.writeInt(mStartedCount); in writeToParcel()
248 mStartedCount = in.readInt(); in readFromParcel()
321 mStartedCount++; in updateStartedState()
407 mStartedCount, ServiceState.SERVICE_STARTED, mStartedState, in dumpStats()
507 ServiceState.SERVICE_STARTED, mStartedCount, mStartedState, mStartedStartTime, now);
567 ServiceState.SERVICE_STARTED, mStartedCount, mStartedState, mStartedStartTime, now);