HomeSort by relevance Sort by last modified time
    Searched full:test_password (Results 1 - 19 of 19) sorted by null

  /external/autotest/client/site_tests/platform_CryptohomeTestAuth/
platform_CryptohomeTestAuth.py 20 test_password = 'this_is_a_test_password'
33 cryptohome.mount_vault(test_user, test_password, create=True)
36 if not cryptohome.test_auth(test_user, test_password):
52 if not cryptohome.test_auth(test_user, test_password):
63 cryptohome.mount_vault(test_user, test_password)
  /external/testng/src/test/java/test/justin/
BaseTestCase.java 10 protected static final String TEST_PASSWORD = "testPassword";
  /packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/model/
WifiInfoTest.java 34 private static final String TEST_PASSWORD = "TestPassword";
48 .setPassword(TEST_PASSWORD)
58 assertEquals(TEST_PASSWORD, wifiInfo.password);
72 .setPassword(TEST_PASSWORD)
91 .setPassword(TEST_PASSWORD)
101 .setPassword(TEST_PASSWORD)
119 .setPassword(TEST_PASSWORD)
129 .setPassword(TEST_PASSWORD)
147 .setPassword(TEST_PASSWORD)
ProvisioningParamsTest.java 60 private static final String TEST_PASSWORD = "GoogleRock";
69 .setPassword(TEST_PASSWORD)
  /external/autotest/client/site_tests/platform_CryptohomeMount/
platform_CryptohomeMount.py 16 test_password = 'this_is_a_test_password';
25 if not proxy.mount(test_user, test_password, create=True):
  /external/autotest/client/site_tests/platform_CryptohomeFio/
platform_CryptohomeFio.py 11 TEST_PASSWORD = 'test'
49 cryptohome.mount_vault(TEST_USER, TEST_PASSWORD,
  /external/autotest/client/site_tests/platform_CryptohomeChangePassword/
platform_CryptohomeChangePassword.py 25 test_password = 'this_is_a_test_password';
41 + ' --password=' + test_password + ' --create')
63 + test_password)
86 + ' --password=' + test_password)
  /external/autotest/client/site_tests/platform_CryptohomeMigrateChapsTokenClient/
platform_CryptohomeMigrateChapsTokenClient.py 25 password = "test_password"
  /external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/
platform_CryptohomeTPMReOwn.py 25 test_password = 'this_is_a_test_password'
51 " --password=" + test_password)
81 " --password=" + test_password)
109 " --password=" + test_password)
  /external/autotest/client/site_tests/platform_CryptohomeKeyEviction/
platform_CryptohomeKeyEviction.py 26 password = 'test_password'
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
test_db.py 142 def test_password(): function
219 log.info('test_password')
220 test_password()
  /packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/parser/
PropertiesProvisioningDataParserTest.java 95 private static final String TEST_PASSWORD = "GoogleRock";
104 .setPassword(TEST_PASSWORD)
233 props.setProperty(EXTRA_PROVISIONING_WIFI_PASSWORD, TEST_PASSWORD);
ExtrasProvisioningDataParserTest.java 99 private static final String TEST_PASSWORD = "GoogleRock";
108 .setPassword(TEST_PASSWORD)
428 wifiInfoExtras.putString(EXTRA_PROVISIONING_WIFI_PASSWORD, TEST_PASSWORD);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/callback/
PasswordCallbackTest.java 76 public void test_Password() {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2net.py 48 # test_password = 'blah'
61 # test_user, test_password)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2net.py 48 # test_password = 'blah'
61 # test_user, test_password)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 48 # test_password = 'blah'
61 # test_user, test_password)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 48 # test_password = 'blah'
61 # test_user, test_password)
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java 81 * command, for a gmail account "test_account" with a password of "test_password".
86 * -e INCOMING imap+ssl+://test_account:test_password@imap.gmail.com \
87 * -e OUTGOING smtp+ssl+://test_account:test_password@smtp.gmail.com
97 * -e PASSWORD test_password
    [all...]

Completed in 528 milliseconds