Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationCache.java224 AllocationKey otherKey = (AllocationKey) other; in equals() local
226 return otherKey.mType.equals(mType) && otherKey.mUsage == mUsage; in equals()