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.java1276 int lastIndent = -1; in isRestrictionSetOnUser() local
1280 if (!line.startsWith(Strings.repeat(" ", lastIndent + 1))) { in isRestrictionSetOnUser()
1289 lastIndent = userMatcher.group(1).length(); in isRestrictionSetOnUser()
1297 lastIndent = restrictionMatcher.group(1).length(); in isRestrictionSetOnUser()