HomeSort by relevance Sort by last modified time
    Searched defs:Password (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/util/
nigori.h 28 Password = 1,
34 // Initialize the client with the given |hostname|, |username| and |password|.
37 const std::string& password);
46 // |username| and |password| are kept constant, a given |type| and |name| pair
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLSegments.h 45 Password,
82 // Password: 5 5
95 URLComponent password; member in class:WTF::URLSegments
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 80 Password(R.string.password, 0, R.string.default_preference_summary),
119 if (this != Password) {
129 } else if (this == Password) {
425 .setPassword(PreferenceKey.Password.getValue())
448 } else if (pref == PreferenceKey.Password.preference) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardView.java 183 * Unlock by entering an account's login and password.
188 * Unlock by entering a password or PIN
190 Password,
785 && mUnlockScreenMode != UnlockMode.Password) {
786 // can only verify unlock when in pattern/password mode
837 case Password:
    [all...]

Completed in 7024 milliseconds