Searched refs:mActiveCount (Results 1 – 3 of 3) sorted by relevance
78 int mActiveCount; field in AssociationState.SourceState194 mActiveCount++; in startActive()314 mActiveCount = 1; in resetSafely()317 mActiveCount = 0; in resetSafely()383 mActiveCount += otherSrc.mActiveCount; in add()432 out.writeInt(mActiveCount); in writeToParcel()451 mActiveCount = in.readInt(); in readFromParcel()928 if (src.mActiveCount != 0 || src.mActiveDurations != null || src.mActiveDuration != 0 in dumpSources()932 pw.print(src.mActiveCount); in dumpSources()1098 pw.print(src.mActiveCount); in dumpTimesCheckin()[all …]
1945 if (src.mActiveCount > 0) { in dumpLocked()1947 pw.print(src.mActiveCount); in dumpLocked()2464 src.mActiveCount, in dumpProcessAssociation()
421 private final AtomicInteger mActiveCount = new AtomicInteger(); field in PackageInstallerSession1338 info.active = mActiveCount.get() > 0; in generateInfoInternal()2484 mActiveCount.incrementAndGet(); in streamValidateAndCommit()4441 if (mActiveCount.getAndIncrement() == 0) {4463 activeCount = mActiveCount.decrementAndGet();