Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DParcelableComponentTest.kt105 getFunction,
116 getFunction,
126 val getFunctionName = getFunction.name
150 val getFunctionName = getFunction.name
187 getFunction,
200 getFunction,
237 getFunction.name,
282 getFunction.name,
293 protected fun autoValue(getFunction: KFunction<*>) = when (getFunction.returnType.jvmErasure) {
417 val actual = it.getFunction(after)
[all …]
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbInterfaceAssoc.java60 public byte getFunction() { in getFunction() method in UsbInterfaceAssoc