Home
last modified time | relevance | path

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

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/filters/
DInMemoryOutputFilter.kt35 private fun getClassKey(className: String): String { in getClassKey() method
40 return getClassKey(className) + "." + fieldName in getFieldKey()
44 return getClassKey(className) + "." + methodName + ";" + signature in getMethodKey()
48 return mPolicies[getClassKey(className)] ?: super.getPolicyForClass(className) in getPolicyForClass()
75 mPolicies[getClassKey(className)] = policy in setPolicyForClass()
119 return mNativeSubstitutionClasses[getClassKey(className)] in getNativeSubstitutionClass()
128 mNativeSubstitutionClasses[getClassKey(from)] = to.toHumanReadableClassName() in setNativeSubstitutionClass()
133 mClassLoadHooks[getClassKey(className)]) in getClassLoadHooks()
137 mClassLoadHooks[getClassKey(className)] = methodName.toHumanReadableMethodName() in setClassLoadHook()