/packages/apps/Contacts/src/com/android/contacts/list/ |
CustomContactListFilterActivity.java | 160 final AccountSet accounts = new AccountSet(); local 199 accounts.add(accountDisplay); 202 return accounts; 561 public void setAccounts(AccountSet accounts) { 562 mAccounts = accounts; [all...] |
/docs/source.android.com/src/devices/tech/display/ |
retail-mode.jd | 218 <h3 id="preventing-google-accounts">Preventing Google accounts</h3> 225 accounts. Some Google apps react to this restriction and show an error message,
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
AccountsDbTest.java | 18 package com.android.server.accounts; 20 import android.accounts.Account; 49 * adb shell am instrument -e class com.android.server.accounts.AccountsDbTest \
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
SelectSyncedCalendarsMultiAccountAdapter.java | 19 import android.accounts.AccountManager; 20 import android.accounts.AuthenticatorDescription; 239 Log.i(TAG, "SelectCalendarsAdapter: No accounts were returned!");
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PicasaSource.java | 331 HashMap<String, String> accounts = new HashMap<String, String>(); local 362 String account = accounts.get(user); 365 accounts.put(user, account);
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
EmailProvider.java | 19 import android.accounts.AccountManager; 498 // Restore accounts if the database is corrupted... 554 // If we have accounts, we're done [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
EntryListFragment.java | 19 import android.accounts.Account; 43 import com.example.android.common.accounts.GenericAccountService;
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
EntryListFragment.java | 19 import android.accounts.Account; 43 import com.example.android.common.accounts.GenericAccountService;
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
EntryListFragment.java | 19 import android.accounts.Account; 43 import com.example.android.common.accounts.GenericAccountService;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
PbapClientConnectionHandler.java | 18 import android.accounts.Account; 19 import android.accounts.AccountManager;
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
BitmapWorkerTask.java | 18 import android.accounts.Account; 19 import android.accounts.AccountManager;
|
DrawableLoader.java | 18 import android.accounts.Account; 19 import android.accounts.AccountManager;
|
/packages/apps/Contacts/res/values-en-rAU/ |
strings.xml | 87 <string name="readOnlyContactDeleteConfirmation" msgid="4717023505914239809">"Read-only accounts in this contact will be hidden, not deleted."</string> 90 <string name="batch_delete_read_only_contact_confirmation" msgid="8411117621035639964">"Contacts from your read-only accounts cannot be deleted, but they can be hidden."</string> 91 <string name="batch_delete_multiple_accounts_confirmation" msgid="8207205649127030030">"The contacts to be deleted have details from multiple accounts. Details from read-only accounts will be hidden, not deleted."</string> 92 <string name="multipleContactDeleteConfirmation" msgid="5235324124905653550">"Deleting this contact will delete details from multiple accounts."</string> 252 <string name="menu_title_filters" msgid="8210922220185114527">"Accounts"</string> [all...] |
/packages/apps/Contacts/res/values-en-rGB/ |
strings.xml | 87 <string name="readOnlyContactDeleteConfirmation" msgid="4717023505914239809">"Read-only accounts in this contact will be hidden, not deleted."</string> 90 <string name="batch_delete_read_only_contact_confirmation" msgid="8411117621035639964">"Contacts from your read-only accounts cannot be deleted, but they can be hidden."</string> 91 <string name="batch_delete_multiple_accounts_confirmation" msgid="8207205649127030030">"The contacts to be deleted have details from multiple accounts. Details from read-only accounts will be hidden, not deleted."</string> 92 <string name="multipleContactDeleteConfirmation" msgid="5235324124905653550">"Deleting this contact will delete details from multiple accounts."</string> 252 <string name="menu_title_filters" msgid="8210922220185114527">"Accounts"</string> [all...] |
/packages/apps/Contacts/res/values-en-rIN/ |
strings.xml | 87 <string name="readOnlyContactDeleteConfirmation" msgid="4717023505914239809">"Read-only accounts in this contact will be hidden, not deleted."</string> 90 <string name="batch_delete_read_only_contact_confirmation" msgid="8411117621035639964">"Contacts from your read-only accounts cannot be deleted, but they can be hidden."</string> 91 <string name="batch_delete_multiple_accounts_confirmation" msgid="8207205649127030030">"The contacts to be deleted have details from multiple accounts. Details from read-only accounts will be hidden, not deleted."</string> 92 <string name="multipleContactDeleteConfirmation" msgid="5235324124905653550">"Deleting this contact will delete details from multiple accounts."</string> 252 <string name="menu_title_filters" msgid="8210922220185114527">"Accounts"</string> [all...] |
/packages/apps/Contacts/res/values-nl/ |
strings.xml | 87 <string name="readOnlyContactDeleteConfirmation" msgid="4717023505914239809">"Gegevens van dit contact uit alleen-lezen accounts worden verborgen, niet verwijderd."</string> 90 <string name="batch_delete_read_only_contact_confirmation" msgid="8411117621035639964">"Contacten uit alleen-lezen accounts kunnen niet worden verwijderd, maar kunnen wel worden verborgen."</string> 91 <string name="batch_delete_multiple_accounts_confirmation" msgid="8207205649127030030">"De contacten die je verwijdert, bevatten gegevens uit meerdere accounts. Gegevens uit alleen-lezen accounts worden verborgen, maar niet verwijderd."</string> 92 <string name="multipleContactDeleteConfirmation" msgid="5235324124905653550">"Als je dit contact verwijdert, worden gegevens van meerdere accounts verwijderd."</string> 252 <string name="menu_title_filters" msgid="8210922220185114527">"Accounts"</string> [all...] |
/packages/apps/Dialer/java/com/android/contacts/common/ |
ContactsUtils.java | 105 final List<AccountWithDataSet> accounts = local 107 return !accounts.isEmpty();
|
/packages/apps/Email/provider_src/com/android/email/service/ |
PopImapSyncAdapterService.java | 63 public void onPerformSync(android.accounts.Account account, Bundle extras, 194 private static void performSync(Context context, android.accounts.Account account,
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
SipAccountRegistry.java | 121 * invalid accounts. 224 * Loops through all SIP accounts from the SIP database, starts each service and registers
|
/prebuilts/sdk/24/ |
framework.aidl | 48 parcelable android.accounts.AuthenticatorDescription; 49 parcelable android.accounts.Account;
|
/prebuilts/sdk/25/ |
framework.aidl | 48 parcelable android.accounts.AuthenticatorDescription; 49 parcelable android.accounts.Account;
|
/prebuilts/sdk/26/ |
framework.aidl | 46 parcelable android.accounts.AuthenticatorDescription; 47 parcelable android.accounts.Account;
|
/prebuilts/sdk/current/ |
framework.aidl | 46 parcelable android.accounts.AuthenticatorDescription; 47 parcelable android.accounts.Account;
|
/prebuilts/sdk/system_current/ |
framework.aidl | 46 parcelable android.accounts.AuthenticatorDescription; 47 parcelable android.accounts.Account;
|
/prebuilts/misc/common/robolectric/lib/ |
android-all-4.4_r1-robolectric-1-sources.jar | |