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