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

  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/BulkDataOperations/src/
PasswordGenerator.java 86 long passwordLength;
88 passwordLength = Long.parseLong(args[0]);
89 if (passwordLength < 1) {
100 * The stream is limited by passwordLength.
103 new SecureRandom().ints(passwordLength, 0, PASSWORD_CHARS.size())
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/BulkDataOperations/src/
PasswordGenerator.java 86 long passwordLength;
88 passwordLength = Long.parseLong(args[0]);
89 if (passwordLength < 1) {
100 * The stream is limited by passwordLength.
103 new SecureRandom().ints(passwordLength, 0, PASSWORD_CHARS.size())
  /cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
TransferProfileOwnerIncomingTest.java 31 int passwordLength = 123;
38 passwordLength,
  /cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
TransferDeviceOwnerOutgoingTest.java 43 int passwordLength = 123;
45 mDevicePolicyManager.setPasswordMinimumLength(mOutgoingComponentName, passwordLength);
TransferProfileOwnerOutgoingTest.java 40 int passwordLength = 123;
45 mDevicePolicyManager.setPasswordMinimumLength(mOutgoingComponentName, passwordLength);
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
PolicySetupActivity.java 261 int passwordLength = 0;
263 passwordLength = Integer.parseInt(mPasswordLengthInputField.getText().toString());
272 mPolicy.saveToLocal(passwordQuality, passwordLength, passwordMinUppercase);
  /packages/apps/Settings/src/com/android/settings/wifi/
WriteWifiConfigToNfcDialog.java 132 String passwordLength = password.length() >= HEX_RADIX
136 passwordHex = String.format(PASSWORD_FORMAT, passwordLength, passwordHex).toLowerCase();
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-socks/4.1.6.Final/
netty-codec-socks-4.1.6.Final.jar 

Completed in 111 milliseconds