Home
last modified time | relevance | path

Searched refs:setFunctionName (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 DParcelableComponentTest.kt133 val setFunctionName = "set" + getFunctionName.removePrefix(prefix) regex
134 val setFunction = setters.filter { it.name == setFunctionName }
138 expect.withMessage("$getFunctionName does not have corresponding $setFunctionName")
155 val setFunctionName = "add" + getFunctionName.removePrefix("get").run { regex
164 val setFunction = setters.filter { it.name == setFunctionName }
168 expect.withMessage("$getFunctionName does not have corresponding $setFunctionName")
434 listOfNotNull(it.getFunctionName, it.setFunctionName)
450 val setFunctionName: String?,