Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DRegexUtils.java126 public char charAt(int index) { in charAt() method in RegexUtils.TimeoutCharSequence
131 return chars.charAt(index); in charAt()
/platform_testing/libraries/automotive-helpers/lock-screen-helper/src/android/platform/helpers/
DLockScreenHelperImpl.java113 char c = pin.charAt(i); in selectPinOnPinPad()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java382 coordinateArray[i] = calculateCoordinatesForPatternDot(unlockPattern.charAt(i), in unlockDeviceWithPattern()
401 coordinateArray[i] = calculateCoordinatesForPatternDot(unlockPattern.charAt(i), in enterPatternLockOnceForSettingLock()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSecurityHelperImpl.java162 char c = pin.charAt(i); in selectPinOnPinPad()
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
DBugReportDurationHelper.java85 if (dir.charAt(dir.length() - 1) != '/') { in BugReportDurationHelper()