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.java355 if (isRecycled()) return "<recycled PooledLambda@" + hashCodeHex(this) + ">"; in toString()
364 sb.append(getFuncTypeAsString()).append("@").append(hashCodeHex(mFunc)); in toString()
378 private static String hashCodeHex(Object o) { in hashCodeHex() method in PooledLambdaImpl
403 "acquire(this = @" + hashCodeHex(r) in acquire()