Searched defs:password (Results 1 – 7 of 7) sorted by relevance
/cts/hostsidetests/devicepolicy/app/WifiConfigCreator/src/com/android/cts/deviceowner/wificonfigcreator/ |
D | WifiConfigCreatorActivity.java | 51 String password = intent.getStringExtra(EXTRA_PASSWORD); in onCreate() local 57 String password = intent.getStringExtra(EXTRA_PASSWORD); in onCreate() local
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | WifiConfigCreator.java | 59 String password) throws SecurityException { in addNetwork() 81 int securityType, String password) throws SecurityException { in updateNetwork() 108 int securityType, String password) throws SecurityException { in updateNetwork() 138 String password) { in createConfig() 166 private void updateForWEPConfiguration(WifiConfiguration wifiConf, String password) { in updateForWEPConfiguration()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverSyncTestCase.java | 75 private void addAccountExplicitly(Account account, String password, Bundle userdata) { in addAccountExplicitly() 98 private void addAccountAndVerifyInitSync(Account account, String password, in addAccountAndVerifyInitSync()
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | WifiConfigLockdownTest.java | 166 String password) throws InterruptedException { in startRegularActivity()
|
/cts/tests/tests/admin/src/android/admin/cts/ |
D | DevicePolicyManagerTest.java | 1075 private void assertPasswordFails(String password, String restriction) { in assertPasswordFails() 1085 private void assertPasswordSucceeds(String password, String restriction) { in assertPasswordSucceeds()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | HttpAuthHandlerTest.java | 74 ProceedHttpAuthClient(int maxAuthAttempts, String user, String password) { in ProceedHttpAuthClient()
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 361 private void addAccountExplicitly(Account account, String password, Bundle userdata) { in addAccountExplicitly()
|