HomeSort by relevance Sort by last modified time
    Searched defs:PIN (Results 1 - 8 of 8) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSecurityModel.java 36 PIN, // Strictly numeric password
37 SimPin, // Unlock by entering a sim pin.
74 return SecurityMode.PIN;
  /packages/apps/Settings/src/com/android/settings/password/
ScreenLockType.java 36 PIN(
52 * The default quality of the type of lock used. For example, in the case of PIN, the default
89 return ScreenLockType.PIN;
  /external/autotest/client/cros/
tpm_store.py 23 PIN = '11111'
79 (self.CHAPS_CLIENT_COMMAND, self._directory, self.PIN))
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationSecurityLargeTests.java 35 private static final int PIN = 1234;
50 mHelper.setScreenLockPin(PIN);
58 mHelper.unlockScreenByPin(PIN);
59 mHelper.removeScreenLock(PIN, "Swipe");
  /platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
LatencyTests.java 45 private static final String PIN = "1234";
134 * Test how long it takes until the credential (PIN) is checked.
140 LockscreenHelper.getInstance().setScreenLockViaShell(PIN, LockscreenHelper.MODE_PIN);
147 LockscreenHelper.getInstance().unlockScreen(PIN);
150 LockscreenHelper.getInstance().removeScreenLockViaShell(PIN);
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 91 private static final String PIN = "1234";
762 LockscreenHelper.getInstance().setScreenLockViaShell(PIN, LockscreenHelper.MODE_PIN);
779 LockscreenHelper.getInstance().unlockScreen(PIN);
780 LockscreenHelper.getInstance().removeScreenLockViaShell(PIN);
801 String command = String.format("%s %s %s", "input", "text", PIN);
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 356 milliseconds