Home
last modified time | relevance | path

Searched refs:mAccountName (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DConfirmUserCreationActivity.java48 private String mAccountName; field in ConfirmUserCreationActivity
62 mAccountName = intent.getStringExtra(UserManager.EXTRA_USER_ACCOUNT_NAME); in onCreate()
108 final Account account = new Account(mAccountName, mAccountType); in checkUserCreationRequirements()
109 boolean accountExists = mAccountName != null && mAccountType != null in checkUserCreationRequirements()
111 | mUserManager.someUserHasSeedAccount(mAccountName, mAccountType)); in checkUserCreationRequirements()
121 message = getString(R.string.user_creation_account_exists, appName, mAccountName); in checkUserCreationRequirements()
123 message = getString(R.string.user_creation_adding, appName, mAccountName); in checkUserCreationRequirements()
139 mUserManager.setSeedAccountData(user.id, mAccountName, mAccountType, mAccountOptions); in onClick()
/frameworks/base/core/java/com/android/internal/widget/
DAccountItemView.java39 private TextView mAccountName; field in AccountItemView
63 mAccountName = (TextView)view.findViewById(android.R.id.title); in initViewItem()
87 setText(mAccountName, name); in setAccountName()
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java78 private String mAccountName; field in RequestSync
113 final Account account = mAccountName != null && mAccountType != null in run()
114 ? new Account(mAccountName, mAccountType) : null; in run()
160 mAccountName = nextArgRequired(); in parseArgs()
/frameworks/base/core/java/android/provider/
DContactsContract.java8389 private final String mAccountName; field in ContactsContract.SimAccount
8433 this.mAccountName = accountName; in SimAccount()
8443 return mAccountName; in getAccountName()
8470 return Objects.hash(mAccountName, mAccountType, mSimSlotIndex, mEfType); in hashCode()
8487 && Objects.equals(mAccountName, toCompare.mAccountName) in equals()
8493 dest.writeString(mAccountName); in writeToParcel()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java4781 final String mAccountName;
4818 mAccountName = accountName;
5016 boolean accountPresent = isAccountPresentForCaller(mAccountName, mAccountType);
5018 updateLastAuthenticatedTime(new Account(mAccountName, mAccountType));
5025 new Account(mAccountName, mAccountType));