HomeSort by relevance Sort by last modified time
    Searched refs:actualCode (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTests.java 36 final int actualCode = KeySpecParser.getCode(keySpecResolved);
44 Constants.printableCode(actualCode));
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
LockscreenHelper.java 281 public void setAndEnterLockscreenCode(String actualCode, String attemptedCode,
283 setScreenLockViaShell(actualCode, mode);
285 enterLockscreenCode(actualCode, attemptedCode, mode, shouldMatch);
288 public void enterLockscreenCode(String actualCode, String attemptedCode,
294 removeScreenLockViaShell(actualCode);

Completed in 524 milliseconds