Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DAccount.java40 public class Account implements Parcelable { class
67 public Account(String name, String type) { in Account() method in Account
74 public Account(@NonNull Account other, @NonNull String accessId) { in Account() method in Account
81 public Account(String name, String type, String accessId) { in Account() method in Account
93 public Account(Parcel in) { in Account() method in Account