HomeSort by relevance Sort by last modified time
    Searched refs:PASSWORD (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 189 // Authentication happened with backup password. Just show the confirmation message.
305 // crypto, or you can fall back to using a server-side verified password.
317 FingerprintAuthenticationDialogFragment.Stage.PASSWORD);
322 // enrolled. Thus show the dialog to authenticate with their password first
  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 189 // Authentication happened with backup password. Just show the confirmation message.
305 // crypto, or you can fall back to using a server-side verified password.
317 FingerprintAuthenticationDialogFragment.Stage.PASSWORD);
322 // enrolled. Thus show the dialog to authenticate with their password first
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
MainActivity.java 189 // Authentication happened with backup password. Just show the confirmation message.
305 // crypto, or you can fall back to using a server-side verified password.
317 FingerprintAuthenticationDialogFragment.Stage.PASSWORD);
322 // enrolled. Thus show the dialog to authenticate with their password first
  /external/droiddriver/src/io/appium/droiddriver/base/
BaseUiElement.java 138 return (Boolean) get(Attribute.PASSWORD);
  /external/droiddriver/src/io/appium/droiddriver/finders/
ByXPath.java 159 setAttribute(element, Attribute.PASSWORD, uiElement.isPassword());
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
HostAuthTests.java 37 * Test user name and password are set correctly
41 ha.setLogin("user:password");
43 assertEquals("password", ha.mPassword);
46 ha.setLogin("%20us%20er%20:password");
48 assertEquals("password", ha.mPassword);
59 ha.setLogin(":password");
61 assertEquals("password", ha.mPassword);
77 * Test the authentication flag is set correctly when setting user name and password
83 ha.setLogin("user", "password");
91 ha.setLogin("", "password");
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
ApnsXmlProcessor.java 60 APN_ATTRIBUTE_MAP.put("password", Telephony.Carriers.PASSWORD);
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java     [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 136 // Columns not included in UNIQUE constraint: name, current, edited, user, server, password,
292 PASSWORD + " TEXT DEFAULT ''," +
321 // user, server, password, authtype, type, protocol, roaming_protocol, sub_id,
500 // the authentication will default to 0 (if no user / password) is specified
    [all...]
  /external/autotest/client/cros/
enterprise_policy_base.py 104 self.password = args_dict.get('password')
151 if self.username or self.password:
156 if self.username is None or self.password is None:
158 self.password = self.PASSWORD
184 logging.info(' Password: %r', self.password)
250 logging.info(' password: %s', self.password)
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java 106 Telephony.Carriers.PASSWORD, // 7
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 47 #define PASSWORD "test"
310 A1.append(PASSWORD);
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 120 Telephony.Carriers.PASSWORD, // 7
640 values.put(Telephony.Carriers.PASSWORD, checkNotSet(mPassword.getText()));
728 char[] password = new char[value.length()]; local
729 for (int i = 0; i < password.length; i++) {
730 password[i] = '*';
732 return new String(password);
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 55 PWD_KEY = "password"
103 PASSWORD = "password"
583 def start_wifi_tethering(ad, ssid, password, band=None):
589 password: The password the soft AP should use.
600 if password:
601 config[WifiEnums.PWD_KEY] = password
783 if k == "password":
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 569 + HostAuthColumns.PASSWORD + " text, "
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/curl/include/curl/
curl.h 486 CURLE_LOGIN_DENIED, /* 67 - user, password or similar was not
657 #define CURLSSH_AUTH_PASSWORD (1<<1) /* password */
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 387 CURLE_LOGIN_DENIED, /* 67 - user, password or similar was not
506 #define CURLSSH_AUTH_PASSWORD (1<<1) /* password */
670 /* "name:password" to use when fetching. */
673 /* "name:password" to use with proxy. */
755 /* password for the SSL or SSH private key */
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
HttpUrlTest.java 300 assertEquals("", httpUrl.password());
308 assertEquals("pass1@bar:pass2", httpUrl.password());
313 assertEquals(HttpUrl.parse("http://username:password@host/path"),
314 HttpUrl.parse("http://username:password@host/path"));
322 assertEquals("password%40", HttpUrl.parse("http://:password@@host/path").encodedPassword());
344 .test(Component.PASSWORD);
395 assertEquals("password", HttpUrl.parse("http://user:password@[::1]/").password());
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcTrackerTest.java 169 Telephony.Carriers.PASSWORD, Telephony.Carriers.AUTH_TYPE,
193 "", // password
222 "", // password
251 "", // password
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 

Completed in 963 milliseconds

1 23 4 5