Home
last modified time | relevance | path

Searched refs:getFunctionName (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.kt126 val getFunctionName = getFunction.name regex
128 getFunctionName.startsWith("get") -> "get"
129 getFunctionName.startsWith("is") -> "is"
130 getFunctionName.startsWith("has") -> "has"
133 val setFunctionName = "set" + getFunctionName.removePrefix(prefix)
150 val getFunctionName = getFunction.name regex
151 if (!getFunctionName.startsWith("get")) {
252 getFunctionName: String,
259 getFunctionName,
434 listOfNotNull(it.getFunctionName, it.setFunctionName)
[all …]