Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java1266 int lastIndent = -1; in isRestrictionSetOnUser() local
1270 if (!line.startsWith(Strings.repeat(" ", lastIndent + 1))) { in isRestrictionSetOnUser()
1279 lastIndent = userMatcher.group(1).length(); in isRestrictionSetOnUser()
1287 lastIndent = restrictionMatcher.group(1).length(); in isRestrictionSetOnUser()