HomeSort by relevance Sort by last modified time
    Searched full:accounts (Results 701 - 725 of 1302) sorted by null

<<21222324252627282930>>

  /packages/services/Telecomm/res/values-en-rGB/
strings.xml 40 <string name="enable_account_preference_title" msgid="2021848090086481720">"Calling accounts"</string>
  /packages/services/Telecomm/res/values-en-rIN/
strings.xml 40 <string name="enable_account_preference_title" msgid="2021848090086481720">"Calling accounts"</string>
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipUtil.java 201 * Updates SIP accounts to indicate whether they are enabled to receive incoming SIP calls.
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceStub.java 106 final android.accounts.Account acct = new android.accounts.Account(account.mEmailAddress,
401 // No need to do anything here, for IMAP and POP accounts none of our data is external.
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 252 // Create two accounts and a variety of mailbox types
302 // Create two accounts and a variety of mailbox types
344 // Create 2 accounts
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 428 // - Slave entry that can see primary user accounts
429 // - Slave entry that cannot see primary user accounts
430 // - Master entry that can see primary user accounts
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 455 // - Slave entry that can see primary user accounts
456 // - Slave entry that cannot see primary user accounts
457 // - Master entry that can see primary user accounts
    [all...]
  /packages/services/Telecomm/res/values/
strings.xml 82 <!-- Title of settings screen that allows user to enable and disable phone-accounts.
84 Phone-accounts that are created by third party apps can be disabled and enabled by user.
86 <string name="enable_account_preference_title">Calling accounts</string>
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 541 // Check for any of the possibly supplied accounts.;
776 // If none of the accounts are syncing, setup a watcher.
    [all...]
  /packages/services/Telephony/res/values/
strings.xml 136 <!-- Label for settings screen for phone accounts. -->
137 <string name="phone_accounts">Calling accounts</string>
142 <!-- Entry in dialog to "ask first" for accounts when making a call -->
147 <!-- Label for heading of the per-account settings section in the phone accounts settings
151 <string name="phone_accounts_choose_accounts">Choose accounts</string>
153 <string name="phone_accounts_selection_header">Phone accounts</string>
158 <!-- Label for heading that takes user to the list of calling accounts where they can enable
159 and disable all accounts. -->
160 <string name="phone_accounts_all_calling_accounts">All calling accounts</string>
162 and disable phone accounts. --
    [all...]
  /frameworks/base/
compiled-classes-phone 37 android.accounts.AbstractAccountAuthenticator
38 android.accounts.AbstractAccountAuthenticator$Transport
39 android.accounts.Account
40 android.accounts.Account$1
41 android.accounts.AccountAndUser
42 android.accounts.AccountAuthenticatorResponse
43 android.accounts.AccountAuthenticatorResponse$1
44 android.accounts.AccountManager
45 android.accounts.AccountManager$1
46 android.accounts.AccountManager$1
    [all...]
Android.mk 70 core/java/android/accounts/IAccountManager.aidl \
71 core/java/android/accounts/IAccountManagerResponse.aidl \
72 core/java/android/accounts/IAccountAuthenticator.aidl \
73 core/java/android/accounts/IAccountAuthenticatorResponse.aidl \
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /packages/experimental/LoaderApp/res/values/
strings.xml 172 <string name="readOnlyContactWarning">You cannot delete contacts from read-only accounts, but you can hide them in your contacts lists.</string>
175 <string name="readOnlyContactDeleteConfirmation">This contact contains information from multiple accounts. Information from read-only accounts will be hidden in your contacts lists, not deleted.</string>
178 <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string>
434 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
441 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
449 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
456 \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
    [all...]
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 
  /prebuilts/sdk/14/
android.jar 
  /packages/apps/Dialer/java/com/android/incallui/
InCallPresenter.java 271 * Determines whether or not a call has no valid phone accounts that can be used to make the call
274 * @param call to check accounts for.
275 * @return {@code true} if the call has no call capable phone accounts set, {@code false} if the
292 Log.i(InCallPresenter.getInstance(), "No valid accounts for call " + call);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 329 * Get all notifications for all accounts and cancel them.
339 * Get all notifications for all accounts, cancel them, and repost.
350 * Get all notifications for all accounts, optionally cancel them, and repost.
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 1038 List<PhoneAccountHandle> accounts = local
    [all...]
  /packages/apps/TvSettings/Settings/
AndroidManifest.xml 123 android:name=".accounts.AccountSyncActivity"
136 android:name=".accounts.RemoveAccountDialog"
140 android:name=".accounts.AddAccountWithTypeActivity"
  /bionic/libc/dns/nameser/
ns_print.c 595 siz = (edata-rdata)*4/3 + 4; /* "+4" accounts for trailing \0 */
887 siz = (int)(edata-rdata)*4/3 + 4; /* "+4" accounts for trailing \0 */
980 siz = (int)(edata-rdata)*4/3 + 4; /* "+4" accounts for trailing \0 */
1022 siz = key_len*4/3 + 4; /* "+4" accounts for trailing \0 */
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java 19 import android.accounts.Account;
  /cts/tests/tests/telecom/src/android/telecom/cts/
SelfManagedConnectionServiceTest.java 187 "connection managers, or SIM accounts.", se.getMessage());
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 19 import android.accounts.Account;
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 19 import android.accounts.Account;

Completed in 1005 milliseconds

<<21222324252627282930>>