Home
last modified time | relevance | path

Searched defs:password (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/devicepolicy/app/WifiConfigCreator/src/com/android/cts/deviceowner/wificonfigcreator/
DWifiConfigCreatorActivity.java51 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/
DWifiConfigCreator.java59 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/
DContentResolverSyncTestCase.java75 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/
DWifiConfigLockdownTest.java166 String password) throws InterruptedException { in startRegularActivity()
/cts/tests/tests/admin/src/android/admin/cts/
DDevicePolicyManagerTest.java1075 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/
DHttpAuthHandlerTest.java74 ProceedHttpAuthClient(int maxAuthAttempts, String user, String password) { in ProceedHttpAuthClient()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java361 private void addAccountExplicitly(Account account, String password, Bundle userdata) { in addAccountExplicitly()