Searched refs:mTotalCount (Results 1 – 2 of 2) sorted by relevance
194 mUpdateJobFunctor.mTotalCount, in updateJobRestrictionsLocked()255 int mTotalCount = 0; field in BackgroundJobsController.UpdateJobFunctor263 mTotalCount = 0; in prepare()269 mTotalCount++; in accept()
52 private int mTotalCount; field in AssociationState622 mTotalCount++; in startSource()630 mTotalCount += other.mTotalCount; in add()688 mTotalCount = mTotalActiveCount = 0; in resetSafely()699 mTotalCount = 1; in resetSafely()712 out.writeInt(mTotalCount); in writeToParcel()731 mTotalCount = in.readInt(); in readFromParcel()874 if (totalDuration > 0 || mTotalCount != 0) { in dumpStats()877 pw.print(mTotalCount); in dumpStats()1132 proto.write(PackageAssociationProcessStatsProto.TOTAL_COUNT, mTotalCount); in dumpDebug()