HomeSort by relevance Sort by last modified time
    Searched refs:authname (Results 1 - 2 of 2) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
SyncCommon.java 151 * @param authname "calendar", etc.
154 protected int getAuth(String authname) throws InvalidTypeException {
155 if ("calendar".equals(authname) || "cl".equals(authname) ||
156 "com.android.calendar".equals(authname)) {
158 } else if ("contacts".equals(authname) || "cp".equals(authname) ||
159 "com.android.contacts".equals(authname)) {
161 } else if ("subscribedfeeds".equals(authname)) {
163 } else if ("gmail-ls".equals(authname) || "mail".equals(authname))
    [all...]
  /external/openssh/openbsd-compat/
port-aix.c 385 char *authname = NULL, *authdomain = NULL, *principal = NULL; local
390 if (getuserattr(pw_name, S_AUTHNAME, &authname, SEC_CHAR) != 0)
394 xasprintf(&principal, "%s@%s", authname ? authname : pw_name, authdomain);
395 else if (authname != NULL)
396 principal = xstrdup(authname);

Completed in 277 milliseconds