Searched refs:setFunction (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/ |
H A D | ParcelableComponentTest.kt | 137 if (setFunction == null) { 143 return setFunction as KFunction2<ObjectType, ReturnType, Any?> 167 if (setFunction == null) { 173 return setFunction as KFunction2<ObjectType, SetType, Any?> 231 setFunction: KFunction2<ObjectType, SetType, Any?>, 239 setFunction.name, 253 setFunction: KFunction2<ObjectType, SetType, Any?>, 261 setFunction.name, 275 setFunction: KFunction3<ObjectType, SetType1, SetType2, Any>, 284 setFunction.name, [all …]
|