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.java71 String password) throws InterruptedException, SecurityException { in addNetwork()
91 int securityType, String password) throws InterruptedException, SecurityException { in updateNetwork()
116 int securityType, String password) throws InterruptedException, SecurityException { in updateNetwork()
144 String password) { in createConfig()
172 private void updateForWEPConfiguration(WifiConfiguration wifiConf, String password) { in updateForWEPConfiguration()
/cts/hostsidetests/devicepolicy/app/DeviceAdmin/src/com.android.cts.deviceadmin/
DDeviceOwnerPasswordTest.java361 private void assertPasswordFails(String password, String restriction) { in assertPasswordFails()
371 private void assertPasswordSucceeds(String password, String restriction) { in assertPasswordSucceeds()
/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/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.java365 private void addAccountExplicitly(Account account, String password, Bundle userdata) { in addAccountExplicitly()