/development/samples/ContactManager/res/values/ |
strings.xml | 18 <string name="accountSpinnerLabel">Account</string> 31 <string name="targetAccountLabel">Target Account</string>
|
/development/samples/SampleSyncAdapter/res/values/ |
strings.xml | 31 Sample SyncAdapter account(s) you have configured.</string> 39 the Sample SyncAdapter account(s) you have configured.</string> 41 name="notification_login_error">Touch to sign into your Sample SyncAdapter account.</string> 64 name="login_activity_loginfail_text_both">The username or password isn\'t valid. A Sample SyncAdapter account is 68 name="login_activity_loginfail_text_pwonly">You entered the wrong password or your account has changed. 72 name="login_activity_loginfail_text_pwmissing">Type the password for this account.</string> 74 Message shown if the provided account doesn't support the current 78 name="login_activity_newaccount_text">Sign in to your Sample SyncAdapter account. </string>
|
/development/samples/SampleSyncAdapter/res/xml/ |
authenticator.xml | 21 <!-- for the Account Manager. --> 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
/development/samples/browseable/BasicSyncAdapter/res/xml/ |
authenticator.xml | 18 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" 19 android:accountType="com.example.android.basicsyncadapter.account"
|
/packages/apps/Contacts/src/com/android/contacts/compat/ |
PhoneAccountSdkCompat.java | 34 public static Bundle getExtras(PhoneAccount account) { 35 return CompatUtils.isNCompatible() ? account.getExtras() : null;
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
VisualVoicemailPreferences.java | 25 * source is tied 1:1 to a phone account, the phone account handle is used in the key for each
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
QuickResponse.java | 26 * a message. Tied to a specific account. 36 ACCOUNT_ID_URI = Uri.parse(EmailContent.CONTENT_URI + "/quickresponse/account");
|
/packages/apps/Email/res/values/ |
constants.xml | 25 <!-- Boolean value indicating whether we should show the OAuth option on initial account setup 29 <!-- the email application reconciles accounts on startup with the account manager -->
|
/packages/apps/Email/res/xml/ |
authenticator_alternate.xml | 21 <!-- for the Account Manager. --> 25 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
authenticator_eas.xml | 21 <!-- for the Account Manager. --> 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
authenticator_imap.xml | 21 <!-- for the Account Manager. --> 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
authenticator_legacy_eas.xml | 21 <!-- for the Account Manager. --> 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
authenticator_legacy_email.xml | 21 <!-- for the Account Manager. --> 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
authenticator_legacy_imap.xml | 21 <!-- for the Account Manager. --> 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
authenticator_pop3.xml | 21 <!-- for the Account Manager. --> 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
eastest_authenticator.xml | 21 <!-- for the Account Manager. --> 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
/packages/apps/Email/src/com/android/email2/ui/ |
MailActivityEmail.java | 107 LogUtils.e(LOG_TAG, "Null account cursor for mAccountId %d", accountId); 111 com.android.mail.providers.Account account = null; local 114 account = com.android.mail.providers.Account.builder().buildFrom(accountCursor); 126 LogUtils.e(LOG_TAG, "Null folder cursor for account %d, mailbox %d", 136 LogUtils.e(LOG_TAG, "Empty folder cursor for account %d, mailbox %d", 144 return Utils.createViewFolderIntent(this, folder.folderUri.fullUri, account);
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSetupIncomingTests.java | 30 import com.android.emailcommon.provider.Account; 36 * Tests of the basic UI logic in the Account Setup Incoming (IMAP / POP3) screen. 192 * Create an intent with the Account in it 196 final Account account = new Account(); local 198 final HostAuth auth = account.getOrCreateHostAuthRecv(context); 203 setupDataFragment.setAccount(account);
|
AccountSetupOutgoingTests.java | 30 import com.android.emailcommon.provider.Account; 36 * Tests of the basic UI logic in the Account Setup Outgoing (SMTP) screen. 197 * Create an intent with the Account in it 201 final Account account = new Account(); local 203 final HostAuth auth = account.getOrCreateHostAuthSend(context); 208 setupDataFragment.setAccount(account);
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
FullMessageContract.java | 33 * String extra for the account to which the message belongs. 35 public static final String EXTRA_ACCOUNT_NAME = "account-name";
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AbstractConversationWebViewClient.java | 37 import com.android.mail.providers.Account; 57 private Account mAccount; 60 public AbstractConversationWebViewClient(Account account) { 61 mAccount = account; 64 public void setAccount(Account account) { 65 mAccount = account;
|
CreateShortcutActivity.java | 20 import com.android.mail.providers.Account; 32 Account[] cachedAccounts = AccountUtils.getSyncingAccounts(this);
|
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/accounts/ |
LoginAccountUtils.java | 28 * This defines the type of account this class deals with. 29 * This account type is used when listing the accounts available on the device for login.
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2ForTesting.java | 3 import android.accounts.Account; 26 public void onAccountsUpdated(Account[] accounts) {
|
/platform_testing/libraries/app-helpers/base/src/android/platform/test/helpers/base/exceptions/ |
AccountException.java | 23 * 1. When an account is explicitly required to complete an action, but one is not logged in. 25 * 2. When no account is explicitly required to complete an action, but one is logged in.
|