Searched refs:mRejectCount (Results 1 – 2 of 2) sorted by relevance
72 private int mRejectCount; field in UsageStats96 mRejectCount++; in addEvent()113 pw.println("Reject\tCount: " + mRejectCount + "\tLatency: " + mRejectLatency in print()114 + "\tAverage: " + (mRejectCount > 0 ? mRejectLatency / mRejectCount : 0)); in print()
6459 private @Nullable LongSparseLongArray mRejectCount; field in AppOpsManager.HistoricalOp6475 if (other.mRejectCount != null) { in HistoricalOp()6476 mRejectCount = other.mRejectCount.clone(); in HistoricalOp()6501 mRejectCount = null; in filter()6505 scale(mRejectCount, scaleFactor); in filter()6526 && !hasData(mRejectCount) in isEmpty()6955 if (!equalsLongSparseLongArray(mRejectCount, other.mRejectCount)) { in equals()6969 result = 31 * result + Objects.hashCode(mRejectCount); in hashCode()6987 if (mRejectCount == null) { in getOrCreateRejectCount()6988 mRejectCount = new LongSparseLongArray(); in getOrCreateRejectCount()[all …]