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

  /packages/apps/Email/src/com/android/email/service/
EasTestAuthenticatorService.java 38 public static final String OPTIONS_PASSWORD = "password";
54 if (options != null && options.containsKey(OPTIONS_PASSWORD)
59 account, options.getString(OPTIONS_PASSWORD), null);
EasAuthenticatorService.java 44 public static final String OPTIONS_PASSWORD = "password";
64 if (options != null && options.containsKey(OPTIONS_PASSWORD)
69 account, options.getString(OPTIONS_PASSWORD), null);
PopImapAuthenticatorService.java 44 public static final String OPTIONS_PASSWORD = "password";
62 if (options != null && options.containsKey(OPTIONS_PASSWORD)
67 account, options.getString(OPTIONS_PASSWORD), null);

Completed in 2229 milliseconds