/packages/apps/Contacts/src/com/android/contacts/model/ |
SimContact.java | 16 package com.android.contacts.model; 29 import com.android.contacts.ContactPhotoManager; 30 import com.android.contacts.model.account.AccountWithDataSet; 43 * Holds data for contacts loaded from the SIM card. 120 cursor.newRow().add(ContactsContract.Contacts._ID, mId) 121 .add(ContactsContract.Contacts.DISPLAY_NAME_PRIMARY, mName) 122 .add(ContactsContract.Contacts.LOOKUP_KEY, getLookupKey()); 212 * Convert a collection of SIM contacts to a Cursor matching a query from 213 * {@link android.provider.ContactsContract.Contacts#CONTENT_URI} with the provided projection. 215 * This allows a collection of SIM contacts to be displayed using the existing adapters fo [all...] |
/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
FallbackAccountType.java | 17 package com.android.contacts.common.model.account; 21 import com.android.contacts.common.R; 22 import com.android.contacts.common.model.dataitem.DataKind; 65 * Used to compare with an {@link ExternalAccountType} built from a test contacts.xml. In order to
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/res/values-en-rAU/ |
strings.xml | 24 <string name="description_search" msgid="3443578912463129718">"Search contacts and places"</string> 25 <string name="contacts" msgid="4464246185723317911">"Contacts"</string> 26 <string name="description_contacts" msgid="12768481422137448">"View contacts"</string>
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/res/values-en-rGB/ |
strings.xml | 24 <string name="description_search" msgid="3443578912463129718">"Search contacts and places"</string> 25 <string name="contacts" msgid="4464246185723317911">"Contacts"</string> 26 <string name="description_contacts" msgid="12768481422137448">"View contacts"</string>
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/res/values-en-rIN/ |
strings.xml | 24 <string name="description_search" msgid="3443578912463129718">"Search contacts and places"</string> 25 <string name="contacts" msgid="4464246185723317911">"Contacts"</string> 26 <string name="description_contacts" msgid="12768481422137448">"View contacts"</string>
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/res/values-fr/ |
strings.xml | 24 <string name="description_search" msgid="3443578912463129718">"Recherchez des contacts et des adresses"</string> 25 <string name="contacts" msgid="4464246185723317911">"Contacts"</string> 26 <string name="description_contacts" msgid="12768481422137448">"Consultez vos contacts"</string>
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/res/values-fr-rCA/ |
strings.xml | 24 <string name="description_search" msgid="3443578912463129718">"Rechercher dans les contacts et les lieux"</string> 25 <string name="contacts" msgid="4464246185723317911">"Contacts"</string> 26 <string name="description_contacts" msgid="12768481422137448">"Afficher les contacts"</string>
|
/packages/apps/Dialer/java/com/android/dialer/searchfragment/ |
README.md | 8 ### On Device Contacts 10 On device contacts loading happens in SearchContactsCursorLoader. It is used in 31 * There are three data sources rendered: On device contacts, business search 41 On device contacts are filtered using SearchContactCursor. We wrap the cursor
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
ContactsContract_StructuredPhoneticName.java | 17 package android.provider.cts.contacts; 26 import android.provider.ContactsContract.Contacts; 30 import android.provider.cts.contacts.ContactsContract_TestDataBuilder.TestContact; 31 import android.provider.cts.contacts.ContactsContract_TestDataBuilder.TestData; 32 import android.provider.cts.contacts.ContactsContract_TestDataBuilder.TestRawContact; 71 contact.assertColumn(Contacts.DISPLAY_NAME_SOURCE, 103 // Execute: aggregate the two raw contacts together 107 // Sanity check: two contacts are aggregated 114 contact.assertColumn(Contacts.DISPLAY_NAME, "name"); 140 // Execute: aggregate the two raw contacts togethe [all...] |
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/contacts/ |
ContactsFragment.java | 17 package com.example.android.system.runtimepermissions.contacts; 45 * This Fragment is only used to illustrate that access to the Contacts ContentProvider API has 50 * This fragments demonstrates a basic use case for accessing the Contacts Provider. The 52 * https://developer.android.com/training/contacts-provider/retrieve-names.html 56 private static final String TAG = "Contacts"; 60 private static final String[] PROJECTION = {ContactsContract.Contacts._ID, 61 ContactsContract.Contacts.DISPLAY_NAME_PRIMARY}; 65 private static final String ORDER = ContactsContract.Contacts.DISPLAY_NAME_PRIMARY + " ASC"; 107 * Restart the Loader to query the Contacts content provider to display the first contact. 118 return new CursorLoader(getActivity(), ContactsContract.Contacts.CONTENT_URI, PROJECTION [all...] |
/developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/contacts/ |
ContactsFragment.java | 17 package com.example.android.system.runtimepermissions.contacts; 45 * This Fragment is only used to illustrate that access to the Contacts ContentProvider API has 50 * This fragments demonstrates a basic use case for accessing the Contacts Provider. The 52 * https://developer.android.com/training/contacts-provider/retrieve-names.html 56 private static final String TAG = "Contacts"; 60 private static final String[] PROJECTION = {ContactsContract.Contacts._ID, 61 ContactsContract.Contacts.DISPLAY_NAME_PRIMARY}; 65 private static final String ORDER = ContactsContract.Contacts.DISPLAY_NAME_PRIMARY + " ASC"; 107 * Restart the Loader to query the Contacts content provider to display the first contact. 118 return new CursorLoader(getActivity(), ContactsContract.Contacts.CONTENT_URI, PROJECTION [all...] |
/development/samples/SampleSyncAdapter/res/xml/ |
syncadapter.xml | 26 the syncadapter does not support uploading (and thus the contacts 29 uploading, so the contacts on SDK 11 and greater are editable. 33 android:contentAuthority="com.android.contacts"
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/ |
SyncAdapter.java | 44 * SyncAdapter implementation for syncing sample SyncAdapter contacts to the 47 * example of how to update the contacts' status messages, which 72 // This value to the server, we can just get the contacts that have 76 // By default, contacts from a 3rd party provider are hidden in the contacts 78 // can actually see these contacts. 96 // Find the local 'dirty' contacts that we need to tell the server about... 100 // Send the dirty contacts to the server, and retrieve the server-side changes 104 // Update the local contacts database with the changes. updateContacts() 107 Log.d(TAG, "Calling contactManager's sync contacts"); [all...] |
/packages/apps/Contacts/res/values/ |
strings.xml | 20 <string name="applicationLabel">Contacts</string> 23 <string name="contactsList">Contacts</string> 55 <!-- Hint text in the search box when the user hits the Search key while in the contacts app --> 56 <string name="searchHint">Search contacts</string> 85 <string name="menu_editGroup">Remove contacts</string> 93 <!-- Menu item to search for contacts to add to the currently selected label. CHAR LIMIT=30] --> 96 <!-- Menu item to select multiple contacts to add to the currently selected label. CHAR LIMIT=30] --> 97 <string name="menu_selectForGroup">Select contacts</string> 99 <!-- Menu item to add selected contacts to the currently selected label. CHAR LIMIT=30] --> 100 <string name="menu_addContactsToGroup">Add contacts</string [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactPresenceIconUtil.java | 17 package com.android.contacts; 24 * Define the contact present show policy in Contacts 33 // We don't show the offline status in Contacts
|
/packages/apps/Contacts/src/com/android/contacts/logging/ |
EditorEvent.java | 16 package com.android.contacts.logging; 25 /** The number of raw contacts shown in the raw contacts picker. */
|
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
PhotoDataItem.java | 17 package com.android.contacts.model.dataitem; 21 import android.provider.ContactsContract.Contacts.Photo; 25 * {@link ContactsContract.Contacts.Photo}.
|
/packages/apps/Contacts/tests/ |
AndroidManifest.xml | 18 package="com.android.contacts.tests"> 41 <meta-data android:name="com.android.contacts.iconset" android:resource="@xml/iconset" /> 66 Unfortunately there's an issue with the contacts app which prevents a single apk from 67 having multiple contacts.xml files, so for now we only declare one account type here. 94 android:targetPackage="com.android.contacts" 95 android:label="Contacts app tests"> 98 <instrumentation android:name="com.android.contacts.ContactsLaunchPerformance" 99 android:targetPackage="com.android.contacts" 100 android:label="Contacts launch performance"> 104 android:name="com.android.contacts.RunMethodInstrumentation [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/ |
ContactsLaunchPerformance.java | 17 package com.android.contacts; 24 import com.android.contacts.test.LaunchPerformanceBase; 36 "com.android.contacts.activities.PeopleActivity"));
|
/packages/apps/Dialer/java/com/android/contacts/common/ |
ContactPresenceIconUtil.java | 17 package com.android.contacts.common; 24 /** Define the contact present show policy in Contacts */ 33 // We don't show the offline status in Contacts
|
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
PhotoDataItem.java | 17 package com.android.contacts.common.model.dataitem; 21 import android.provider.ContactsContract.Contacts.Photo; 24 * Represents a photo data item, wrapping the columns in {@link ContactsContract.Contacts.Photo}.
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
PhoneFavoritesTileAdapter.java | 29 import android.provider.ContactsContract.Contacts; 37 import com.android.contacts.common.ContactPhotoManager; 38 import com.android.contacts.common.ContactTileLoaderFactory; 39 import com.android.contacts.common.list.ContactEntry; 40 import com.android.contacts.common.list.ContactTileView; 41 import com.android.contacts.common.preference.ContactsPreferences; 56 /** Also allows for a configurable number of columns as well as a maximum row of tiled contacts. */ 59 // Pinned positions start from 1, so there are a total of 20 maximum pinned contacts 65 * number of starred contacts to show, rather 1. If the count of starred contacts is less tha [all...] |
/packages/apps/Dialer/java/com/android/dialer/contactactions/ |
ContactActionModule.java | 25 * <p>Contacts as they relate to this class should be thought of as any entity that an action can be 26 * performed on like unknown/restricted contacts, along with saved and non-saved contacts.
|
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ |
ContactsLatency.java | 39 new ComponentName("com.android.contacts", 40 "com.android.contacts.ContactsListActivity"); 51 checkSource("CONTACTS", CONTACTS_COMPONENT, query);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForIm.java | 16 package com.android.providers.contacts; 21 import com.android.providers.contacts.SearchIndexManager.IndexBuilder; 22 import com.android.providers.contacts.aggregation.AbstractContactAggregator;
|