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

<<61626364656667686970>>

  /packages/apps/TvSettings/Settings/res/values-it/
strings.xml 27 <string name="accounts_category_title" msgid="7591072907146317425">"Account"</string>
28 <string name="add_account" msgid="4098060223200619258">"Aggiungi account"</string>
29 <string name="account_header_remove_account" msgid="3288957118207682685">"Rimuovi account"</string>
35 <string name="account_remove" msgid="4313580520737295272">"Rimuovi account"</string>
36 <string name="account_remove_failed" msgid="980654375770693544">"Impossibile rimuovere l\'account"</string>
    [all...]
  /packages/apps/TvSettings/Settings/res/values-tl/
strings.xml 27 <string name="accounts_category_title" msgid="7591072907146317425">"Mga Account"</string>
28 <string name="add_account" msgid="4098060223200619258">"Magdagdag ng account"</string>
29 <string name="account_header_remove_account" msgid="3288957118207682685">"Alisin ang account"</string>
35 <string name="account_remove" msgid="4313580520737295272">"Alisin ang account"</string>
36 <string name="account_remove_failed" msgid="980654375770693544">"Hindi maalis ang account"</string>
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 19 import android.accounts.Account;
300 * If set to "1", we don't remove account data when accounts have been removed.
2849 final Account account = resolveAccount(uri, values); local
10100 final AccountWithDataSet account = resolveAccountWithDataSet(uri, values); local
    [all...]
  /packages/apps/Contacts/res/values-nl/
strings.xml 81 <string name="title_from_other_accounts" msgid="8307885412426754288">"Van <xliff:g id="ACCOUNT">%s</xliff:g>"</string>
104 <string name="emptyAccount" msgid="6873962901497975964">"Geen contacten in dit account"</string>
143 <string name="dialog_new_group_account" msgid="3451312333591556651">"Account kiezen"</string>
151 <string name="google_account_type_format" msgid="5283997303922067997">"<xliff:g id="SOURCE">%1$s</xliff:g>-account"</string>
172 <string name="contacts_unavailable_add_account" msgid="4347232421410561500">"Account toevoegen"</string>
189 <string name="contact_editor_prompt_zero_accounts" msgid="6648376557574360096">"Voeg snel een account toe om een back-up van je contacten te maken op Google."</string>
199 <string name="add_account" msgid="8201790677994503186">"Account toevoegen"</string>
200 <string name="add_new_account" msgid="5748627740680940264">"Nieuw account toevoegen"</string>
238 <string name="editor_account_selector_read_only_title" msgid="4137969650184457126">"Contactgegevens van <xliff:g id="ACCOUNT">%s</xliff:g> kunnen niet worden bewerkt"</string>
    [all...]
  /packages/apps/UnifiedEmail/res/values-tl/
strings.xml 210 <string name="search_unsupported" msgid="2873920566477359177">"Hindi sinusuportahan ang paghahanap sa account na ito."</string>
280 <string name="activity_mailbox_selection" msgid="7489813868539767701">"Pumili ng account"</string>
299 <string name="not_synced_title" msgid="3600180500934086346">"Hindi na-sync ang account"</string>
300 <string name="wait_for_manual_sync_body" msgid="2823149409451003378">"Hindi naka-set up ang account na ito upang awtomatikong mag-sync.\nPindutin ang "<b>"I-sync Ngayon"</b>" upang i-sync ang mail nang isang beses, o "<b>"Baguhin ang Mga Setting ng Pag-sync"</b>" upang i-set up ang account na ito upang awtomatikong i-sync ang mail."</string>
304 <string name="cant_move_or_change_labels" msgid="4155490583610926755">"Hindi mailipat dahil naglalaman ng maraming account ang pinili."</string>
    [all...]
  /packages/apps/UnifiedEmail/res/values/
strings.xml 25 <string name="account_cache_provider" translatable="false">Account Cache Provider</string>
156 <!-- Menu item: manages the folders for this account. [CHAR LIMIT = 30] -->
436 <!-- Toast shown when the user taps the search hard key when viewing an account that does not support search [CHAR LIMIT=100] -->
437 <string name="search_unsupported">Search is not supported on this account.</string>
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 53 import android.accounts.Account;
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/res/values/
strings.xml 213 belong to a specific account. This contact will only exist on the device
260 <!-- Header that expands to list all of the types of IM account when editing or creating an IM
261 account for a contact [CHAR LIMIT=20] -->
389 <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
398 <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactModifierTests.java 37 import com.android.contacts.model.account.AccountType;
38 import com.android.contacts.model.account.AccountType.EditType;
39 import com.android.contacts.model.account.ExchangeAccountType;
40 import com.android.contacts.model.account.GoogleAccountType;
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 43 * work but will only return data for the first Google account created, which matches the original
173 * specified account. For this setting the _SYNC_ACCOUNT column must be set.
188 public static String getSetting(ContentResolver cr, String account, String key) {
189 // For now we only support a single account and the UI doesn't know what
190 // the account name is, so we're using a global setting for SYNC_EVERYTHING.
191 // Some day when we add multiple accounts to the UI this should honor the account
196 selectString = (account == null)
200 selectArgs = (account == null)
202 : new String[]{account, key};
221 public static void setSetting(ContentResolver cr, String account, String key
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedLockUtils.java 332 * Check if account management for a specific type of account is disabled by admin.
333 * Only a profile or device owner can disable account management. So, we check if account
337 * or {@code null} if the account management is not disabled.
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 297 * @param accountId the account for the message
322 * @param accountId the account for the message
350 * @param accountId the account for the mailbox
369 * In support of deleting or wiping an account, delete all related attachments.
372 * @param accountId the account to scrub
  /packages/apps/Settings/src/com/android/settings/dashboard/
SupportItemAdapter.java 18 import android.accounts.Account;
82 private Account[] mAccounts;
171 public void setAccounts(Account accounts[]) {
458 private String[] extractAccountNames(Account[] accounts) {
563 // Make sure "Add account" is not shown as selected item
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 44 * Model to hold Settings for an account.
51 // Max size for attachments (5 megs). Will be overridden by an account
68 * Auto advance setting for this account.
322 * not represent a valid account object.
365 * Returns the URI of the current account's default inbox if available, otherwise
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
NestedFolderTeaserView.java 42 import com.android.mail.providers.Account;
70 private Account mAccount;
210 public void bind(final Account account, final FolderSelector listener) {
211 mAccount = account;
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 44 Since we're only simulating a single user account, declare our
48 accept 'user', 'user75', 'userbuddy', etc, all as legal account
89 to our hard-coded single account values.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
LoessInterpolator.java 65 * to the current point is taken into account for computing
112 * to the current point is taken into account for computing
134 * to the current point is taken into account for computing
  /external/autotest/site_utils/
collect_suite_time_stats.py 45 as it does not account for the lag from a host is assigned to the job till
52 We take into account only the last "Queued" record.
57 We take into account only the records whose timestamp is larger than
  /external/icu/icu4c/source/i18n/unicode/
rbtz.h 129 * account) as of a particular reference date. The reference date is used to determine
203 * to GMT to get local time, before taking daylight savings time into account).
212 * to GMT to get local time, before taking daylight savings time into account).
  /external/icu/icu4c/source/i18n/
vzone.h 169 * account) as of a particular reference date. The reference date is used to determine
246 * to GMT to get local time, before taking daylight savings time into account).
256 * to GMT to get local time, before taking daylight savings time into account).
  /external/openssh/contrib/cygwin/
ssh-user-config 82 "There is no home directory set for you in the account database." \
89 "${pwdhome} is set in the account database as your home directory" \
98 csih_warning "Your home directory in the account database is set to root (/). This is not recommended!"
  /external/proguard/src/proguard/evaluation/value/
TypedReferenceValue.java 94 // Start taking into account the type dimensions.
251 // Start taking into account the type dimensions.
258 // See if we can take into account the referenced classes.
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.h 235 // decodable frames into account.
240 // all decodable frames into account.
250 // |last_decoded_state_| taking all decodable frames into account. Starts
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
LayoutFileParser.java 167 // account for XMLParser.ContentContext
230 // account for XMLParser.ContentContext
262 valueLocation.endOffset = attrLocation.endOffset - 2; // account for: "}
  /packages/apps/Bluetooth/res/values-it/
strings.xml 127 <string name="bluetooth_map_settings_intro" msgid="6482369468223987562">"Seleziona gli account che desideri condividere tramite Bluetooth. Devi comunque accettare tutti gli accessi agli account durante la connessione."</string>
131 <string name="bluetooth_map_settings_no_account_slots_left" msgid="1796029082612965251">"Impossibile selezionare l\'account. Nessuno slot rimanente"</string>

Completed in 2124 milliseconds

<<61626364656667686970>>