HomeSort by relevance Sort by last modified time
    Searched full:account (Results 226 - 250 of 4748) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/services/Telephony/sip/res/values-en-rGB/
strings.xml 29 <string name="add_sip_account" msgid="800843669753980091">"Add account"</string>
30 <string name="remove_sip_account" msgid="1367664438506503690">"Remove account"</string>
32 <string name="saving_account" msgid="5336529880235177448">"Saving the account?"</string>
33 <string name="removing_account" msgid="5537351356808985756">"Removing the account?"</string>
43 <string name="registration_status_no_data" msgid="2541999976218192413">"Account registration stopped because there is no Internet connection."</string>
44 <string name="registration_status_no_wifi_data" msgid="9154717387473039546">"Account registration stopped because there is no Wi-Fi connection."</string>
45 <string name="registration_status_not_running" msgid="514205414303796800">"Account registration unsuccessful."</string>
47 <string name="registration_status_failed_try_later" msgid="2199970021756384317">"Account registration unsuccessful: (<xliff:g id="REGISTRATION_ERROR_MESSAGE">%s</xliff:g>); will try later"</string>
48 <string name="registration_status_invalid_credentials" msgid="8406872554323334182">"Account registration unsuccessful: Incorrect username or password."</string>
49 <string name="registration_status_server_unreachable" msgid="7710275557045148634">"Account registration unsuccessful: Check the server name."</string
    [all...]
  /packages/services/Telephony/sip/res/values-en-rIN/
strings.xml 29 <string name="add_sip_account" msgid="800843669753980091">"Add account"</string>
30 <string name="remove_sip_account" msgid="1367664438506503690">"Remove account"</string>
32 <string name="saving_account" msgid="5336529880235177448">"Saving the account?"</string>
33 <string name="removing_account" msgid="5537351356808985756">"Removing the account?"</string>
43 <string name="registration_status_no_data" msgid="2541999976218192413">"Account registration stopped because there is no Internet connection."</string>
44 <string name="registration_status_no_wifi_data" msgid="9154717387473039546">"Account registration stopped because there is no Wi-Fi connection."</string>
45 <string name="registration_status_not_running" msgid="514205414303796800">"Account registration unsuccessful."</string>
47 <string name="registration_status_failed_try_later" msgid="2199970021756384317">"Account registration unsuccessful: (<xliff:g id="REGISTRATION_ERROR_MESSAGE">%s</xliff:g>); will try later"</string>
48 <string name="registration_status_invalid_credentials" msgid="8406872554323334182">"Account registration unsuccessful: Incorrect username or password."</string>
49 <string name="registration_status_server_unreachable" msgid="7710275557045148634">"Account registration unsuccessful: Check the server name."</string
    [all...]
  /frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java 45 private static final String COMMAND_SET_PHONE_ACCOUNT_ENABLED = "set-phone-account-enabled";
46 private static final String COMMAND_SET_PHONE_ACCOUNT_DISABLED = "set-phone-account-disabled";
47 private static final String COMMAND_REGISTER_PHONE_ACCOUNT = "register-phone-account";
48 private static final String COMMAND_REGISTER_SIM_PHONE_ACCOUNT = "register-sim-phone-account";
49 private static final String COMMAND_UNREGISTER_PHONE_ACCOUNT = "unregister-phone-account";
64 "usage: telecom set-phone-account-enabled <COMPONENT> <ID> <USER_SN>\n" +
65 "usage: telecom set-phone-account-disabled <COMPONENT> <ID> <USER_SN>\n" +
66 "usage: telecom register-phone-account <COMPONENT> <ID> <USER_SN> <LABEL>\n" +
67 "usage: telecom register-sim-phone-account <COMPONENT> <ID> <USER_SN> <LABEL> <ADDRESS>\n" +
68 "usage: telecom unregister-phone-account <COMPONENT> <ID> <USER_SN>\n"
152 PhoneAccount account = PhoneAccount.builder(handle, label) local
162 PhoneAccount account = PhoneAccount.builder( local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountTypeProvider.java 16 package com.android.contacts.model.account;
77 * Returns all account types associated with the provided type
103 public boolean hasTypeForAccount(AccountWithDataSet account) {
104 return getTypeForAccount(account) != null;
119 * Returns the AccountType with the matching type and dataSet or null if no account with those
133 * Returns the AccountType for a particular account or null if no account type exists for the
134 * account
136 public AccountType getTypeForAccount(AccountWithDataSet account) {
137 return getType(account.type, account.dataSet)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 55 import com.android.emailcommon.provider.Account;
76 * Fragment containing the main logic for account settings. This also calls out to other
79 * TODO: Can we defer calling addPreferencesFromResource() until after we load the account? This
132 private Account mAccount;
133 private com.android.mail.providers.Account mUiAccount;
140 * This may be null if the account exists but the inbox has not yet been created in the database
145 // The email of the account being edited
158 * If launching with an account ID, use this method to build the arguments.
192 // Start loading the account data, if provided in the arguments
333 // This account allows syncing of contacts and/or calendar, so we will always hav
442 final Account account; local
510 final Account account = (Account) result.get(RESULT_KEY_ACCOUNT); local
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
AccountPreferenceControllerTest.java 18 import android.accounts.Account;
96 when(mAccountManager.getAccountsAsUser(anyInt())).thenReturn(new Account[0]);
342 Account[] accounts = {new Account("Account1", "com.acct1")};
345 Account[] accountType1 = new Account[2];
346 accountType1[0] = new Account("Account11", "com.acct1");
347 accountType1[1] = new Account("Account12", "com.acct1");
364 // should add 2 individual account and the Add account preferenc
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
SyncStorageEngineTest.java 19 import android.accounts.Account;
52 + "<authority id=\"nonint\" user=\"0\" account=\"account1\" type=\"type1\""
64 Account account = new Account("account1", "type1"); local
65 SyncStorageEngine.EndPoint endPoint = new SyncStorageEngine.EndPoint(account, "auth1", 0);
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountsDb.java 19 import android.accounts.Account;
121 // addingAccount, which might not lead to addition of account on grounds
128 //This action doesn't add account to accountdb. Account is only
315 * Returns information about auth tokens and their account for the specified query
335 Map<String, String> findAuthTokensByAccount(Account account) {
341 new String[] {account.name, account.type},
438 Map<String, String> findUserExtrasForAccount(Account account)
809 final Account account = new Account(accountName, accountType); local
996 Account account = new Account(accountName, accountType); local
    [all...]
  /frameworks/base/test-runner/src/android/test/
SyncBaseInstrumentation.java 24 import android.accounts.Account;
56 Account account = new Account(accountName, "com.google"); local
58 ContentResolver.requestSync(account, authority, extras);
73 if (ContentResolver.isSyncActive(account, authority)) {
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
FakeAccountType.java 24 import com.android.contacts.model.account.AccountType;
25 import com.android.contacts.model.account.AccountWithDataSet;
92 public static AccountType create(AccountWithDataSet account, String label, Drawable icon) {
93 final FakeAccountType result = create(account.type, label, icon);
94 result.accountType = account.type;
95 result.dataSet = account.dataSet;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListHelper.java 24 import com.android.mail.providers.Account;
35 final Context context, final ControllableActivity activity, final Account account) {
42 conversationSyncDisabledTipView.bindAccount(account, activity);
47 conversationsInOutboxTipView.bind(account, activity.getFolderSelector());
60 nestedFolderTeaserView.bind(account, activity.getFolderSelector());
SuppressNotificationReceiver.java 20 import com.android.mail.providers.Account;
52 final Account account = controller.getCurrentAccount(); local
62 if (account != null) {
63 mMimeType = account.mimeType;
70 // If the current account is null, still register the receiver. This allows the
102 * Returns a boolean indicating whether notifications are suppressed for the specified account.
104 public boolean notificationsDisabledForAccount(Account account) {
105 return mContext != null && TextUtils.equals(account.mimeType, mMimeType)
    [all...]
  /packages/services/Telephony/sip/res/values-tl/
strings.xml 20 <string name="sip_accounts" msgid="85559497282185405">"Mga SIP account"</string>
21 <string name="sip_accounts_title" msgid="2082527045326874519">"Mga Account"</string>
29 <string name="add_sip_account" msgid="800843669753980091">"Magdagdag ng account"</string>
30 <string name="remove_sip_account" msgid="1367664438506503690">"Alisin ang account"</string>
31 <string name="sip_account_list" msgid="5610858485304821480">"Mga SIP account"</string>
32 <string name="saving_account" msgid="5336529880235177448">"Sine-save ang account..."</string>
33 <string name="removing_account" msgid="5537351356808985756">"Inaalis ang account..."</string>
43 <string name="registration_status_no_data" msgid="2541999976218192413">"Nahinto ang pagpaparehistro ng account dahil walang koneksyon sa Internet."</string>
44 <string name="registration_status_no_wifi_data" msgid="9154717387473039546">"Nahinto ang pagpaparehistro ng account dahil walang koneksyon sa Wi-Fi."</string>
45 <string name="registration_status_not_running" msgid="514205414303796800">"Hindi matagumpay ang pagpaparehistro ng account."</string
    [all...]
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
AccountImageChangeObserver.java 19 import android.accounts.Account;
45 private final Account mWatchedAccount;
51 public ContactChangeContentObserver(Context context, Account watchedAccount) {
113 // Only register URIs that match the Account Image URI schema, and
128 Account thisAccount = null;
129 for (Account account : AccountManager.get(context).
131 if (account.name.equals(accountName)) {
132 thisAccount = account;
161 private long getContactIdForAccount(Context context, Account account)
    [all...]
AccountImageHelper.java 18 import android.accounts.Account;
30 * Utility functions for retrieving account pictures.
53 * Tries to retrieve the Picture for the provided account, from the Contacts database.
55 public static String getAccountPictureUri(Context context, Account account) {
56 // Look up this account in the contacts database.
59 account.name };
111 * Returns a default image to be used when an account has no picture associated with it.
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 19 import android.accounts.Account;
30 import com.android.contacts.model.account.AccountWithDataSet;
36 * Utility methods for the "account changed" notification in the new contact creation flow.
84 * Saves the default account, which can later be obtained with {@link #getOnlyOrDefaultAccount}.
88 * @param defaultAccount the account used to save a newly created contact.
99 * @return the first account if there is only a single account or the default account saved
104 * Also note that the returned account may have been removed already.
120 * Sets the only non-device account to be default if it is not already
    [all...]
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/res/xml/
authenticator.xml 17 <!-- for the Account Manager. -->
19 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/res/xml/
authenticator.xml 17 <!-- for the Account Manager. -->
19 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
MockAccountService.java 17 package android.provider.cts.contacts.account;
24 * Account service for the authenticator
  /development/cmds/monkey/
example_script.txt 21 # Go down and select the account username
28 # account name: bill
  /device/linaro/bootloader/edk2/BaseTools/
building-gcc.txt 8 If you do not have a tianocore.org account, you can make use of the 'guest'
9 account with an empty password.
  /external/clang/test/SemaObjC/
warn-forward-class-attr-deprecated.m 13 - (id)initWithAccount: (id)account filenames:(id)filenames;
23 - (id)initWithAccount: (id)account filenames:(id)filenames { return 0; }
  /frameworks/base/core/java/android/accounts/
OnAccountsUpdateListener.java 24 * This invoked when the AccountManager starts up and whenever the account
28 void onAccountsUpdated(Account[] accounts);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestSyncAdapter.java 18 import android.accounts.Account;
55 public void onPerformSync(Account account, Bundle extras, String authority,
58 Log.v(TestauthConstants.LOG_TAG, "TestSyncAdapter.onPerformSync() account=" + account);
72 // Claim all local-only contacts for the test account
74 .withValue(RawContacts.ACCOUNT_NAME, account.name)
75 .withValue(RawContacts.ACCOUNT_TYPE, account.type)
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSecurity.java 40 import com.android.emailcommon.provider.Account;
52 * 1. Confirm the account of interest has any security policies defined - exit early if not
73 private static final String SAVESTATE_ACCOUNT_TAG = "account";
83 private Account mAccount;
107 * @param accountId The account of interest
110 * is not clear (e.g. any time after the account has been set up).
111 * @return an Intent which can be used to view that account
229 implements LoaderManager.LoaderCallbacks<Account> {
231 public Loader<Account> onCreateLoader(final int id, final Bundle args) {
244 public void onLoadFinished(final Loader<Account> loader, final Account account)
295 final Account account = Account.restoreAccountWithId(mContext, mAccountId); local
    [all...]

Completed in 1176 milliseconds

1 2 3 4 5 6 7 8 91011>>