Searched refs:equalsLongSparseLongArray (Results 1 – 1 of 1) sorted by relevance
7259 if (!equalsLongSparseLongArray(mAccessCount, other.mAccessCount)) { in equals()7262 if (!equalsLongSparseLongArray(mRejectCount, other.mRejectCount)) { in equals()7265 if (!equalsLongSparseLongArray(mAccessDuration, other.mAccessDuration)) { in equals()10781 private static boolean equalsLongSparseLongArray(@Nullable LongSparseLongArray a, in equalsLongSparseLongArray() method in AppOpsManager