Home
last modified time | relevance | path

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

/frameworks/base/tools/lint/common/src/main/java/com/google/android/lint/aidl/
DEnforcePermissionUtils.kt77 manualCheckLocation: Location, in hasSingleAncestor()
81 val indent = " ".repeat(manualCheckLocation.start?.column ?: 0) in hasSingleAncestor()
86 .range(manualCheckLocation) in hasSingleAncestor()
/frameworks/base/tools/lint/global/checks/src/main/java/com/google/android/lint/aidl/
DEnforcePermissionFix.kt57 val replaceOrRemoveFixes = manualCheckLocations.mapIndexed { index, manualCheckLocation -> method
60 getHelperMethodFix(node, manualCheckLocation, false)
66 .range(manualCheckLocation)