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

  /frameworks/base/core/java/android/accounts/
Account.java 46 private final @Nullable String accessId;
69 public Account(@NonNull Account other, @NonNull String accessId) {
70 this(other.name, other.type, accessId);
76 public Account(String name, String type, String accessId) {
85 this.accessId = accessId;
91 this.accessId = in.readString();
92 if (accessId != null) {
98 accountManager.onAccountAccessed(accessId);
109 return accessId;
    [all...]
AccountManager.java     [all...]

Completed in 227 milliseconds