Home
last modified time | relevance | path

Searched defs:Account (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
DAccount.java38 public class Account implements Parcelable { class
62 public Account(String name, String type) { in Account() method in Account
69 public Account(@NonNull Account other, @NonNull String accessId) { in Account() method in Account
76 public Account(String name, String type, String accessId) { in Account() method in Account
88 public Account(Parcel in) { in Account() method in Account