Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambdaImpl.java431 if (isRecycled()) return "<recycled PooledLambda@" + hashCodeHex(this) + ">"; in toString()
441 sb.append(getFuncTypeAsString()).append("@").append(hashCodeHex(func)); in toString()
456 private static String hashCodeHex(Object o) { in hashCodeHex() method in PooledLambdaImpl
481 "acquire(this = @" + hashCodeHex(r) in acquire()