Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DApiLint.kt3257 val endsWithService = name.endsWith("_SERVICE") in <lambda>() constant
3262 if (!endsWithService) " and its name must end with `_SERVICE`" else "" in <lambda>()
3277 } else if (endsWithService) { in <lambda>()