/packages/apps/Phone/src/com/android/phone/ |
NotificationMgr.java | 286 // will require some work (possibly destabilizing) in Contacts 299 // the notification object and query contacts 302 if (DBG) log("query contacts for number: " + n.number); 321 // we have contacts data, get the name. [all...] |
EmergencyDialer.java | 50 * activity from apps/Contacts) that: 58 * the TwelveKeyDialer class from apps/Contacts. Could the common code be 60 * Or could we figure out some way to move *this* class into apps/Contacts
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
DisplaySyncPerf.java | 47 private static final String SERIES_NAMES[] = {"Calendar", "Gmail", "Feeds", "Contacts",
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
PhoneNumberUtilsTest.java | 29 import android.provider.Contacts; 30 import android.provider.Contacts.People; 278 intent.setData(Contacts.People.CONTENT_URI);
|
/packages/apps/Contacts/src/com/android/contacts/ |
ImportVCardActivity.java | 17 package com.android.contacts; 56 import com.android.contacts.model.Sources; 57 import com.android.contacts.util.AccountSelectionUtil; [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationList.java | 49 import android.provider.ContactsContract.Contacts; 355 intent.setType(Contacts.CONTENT_ITEM_TYPE); 387 // do we have this recipient in contacts?
|
/packages/apps/Phone/res/values/ |
strings.xml | 20 <string name="contactsIconLabel">Contacts</string> [all...] |
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
legacy_contacts.sql | 41 INSERT INTO groups VALUES(1,'lemmytest@gmail.com',6,NULL,NULL,NULL,0,1,'System Group: My Contacts','System Group: My Contacts',0,'Contacts');
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
SmsProvider.java | 30 import android.provider.Contacts; 59 new String[] { Contacts.Phones.PERSON_ID }; 458 Uri uri = Uri.withAppendedPath(Contacts.Phones.CONTENT_FILTER_URL,
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
alldiffs_index_all.html | 302 <A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.AVAILABLE" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A> 311 <A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.AWAY" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A> [all...] |
/packages/apps/Email/res/values/ |
strings.xml | 472 <!-- In Account setup options screen, optional check box to also sync contacts --> 473 <string name="account_setup_options_sync_contacts_label">Sync contacts from this account. 475 <!-- In Account setup options screen, optional check box to also sync contacts --> [all...] |
/frameworks/base/core/res/res/values/ |
strings.xml | 39 <!-- Used in Contacts for a field that has no label and in Note Pad 335 <string name="permgroupdesc_personalInfo">Direct access to your contacts [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/ |
user_comments_for_7_to_8.xml | [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
jdiff_statistics.html | 512 <TD><A HREF="android.provider.Contacts.Intents.html"> 513 android.provider.Contacts.Intents</A></TD> 552 <TD><A HREF="android.provider.Contacts.Intents.Insert.html"> 553 android.provider.Contacts.Intents.Insert</A></TD> 857 <TD><A HREF="android.provider.Contacts.PeopleColumns.html"> 858 <i>android.provider.Contacts.PeopleColumns</i></A></TD> [all...] |
alldiffs_index_all.html | [all...] |
/frameworks/base/core/java/android/content/ |
ContentProvider.java | 44 * data between multiple applications. For example, the contacts data is used by multiple 429 ContentUris.withAppendedId(Contacts.People.CONTENT_URI, 2), 541 * pass in <code>content://contacts/people/22</code> and the implementation is
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventInfoActivity.java | 49 import android.provider.ContactsContract.Contacts; 239 // TODO This can be removed when the contacts content provider doesn't return duplicates [all...] |
/packages/apps/Email/res/values-fr/ |
strings.xml | 191 <string name="account_setup_options_sync_contacts_label" msgid="7467467090023434271">"Synchroniser les contacts issus de ce compte"</string> 232 <string name="account_settings_sync_contacts_enable" msgid="1369272986009573218">"Synchroniser les contacts"</string> 233 <string name="account_settings_sync_contacts_summary" msgid="8901452720940015928">"Synchroniser également les contacts issus de ce compte"</string>
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
Tags.java | 36 public static final int CONTACTS = 0x01; 103 public static final int CONTACTS_PAGE = CONTACTS << PAGE_SHIFT; 491 // 0x01 Contacts [all...] |
/development/apps/FontLab/src/com/android/fontlab/ |
FontLab.java | 46 "Applications Contacts Maps Google Browser Text messages Address book"
|
/development/pdk/docs/porting/ |
build_new_device.jd | 173 <td valign="top"><code>Calendar Contacts</code></td>
|
/frameworks/base/core/java/android/server/search/ |
Searchables.java | 83 * code will insert the "default" (e.g. contacts) search.
|
/frameworks/base/docs/html/resources/articles/ |
qsb.jd | 26 like apps, contacts, browser history, and music. It also offers results from the
|
/frameworks/base/docs/html/sdk/ |
android-2.2-highlights.jd | 207 <li>Ability to share contacts with other phones</li>
|
/packages/apps/Browser/src/com/android/browser/widget/ |
BookmarkWidgetService.java | 122 // Class that contacts the service on the phone to render bookmarks.
|