OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contacts
(Results
151 - 175
of
509
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/docs/html/sdk/api_diff/5/changes/
constructors_index_changes.html
71
<nobr><A HREF="android.provider.
Contacts
.Intents.html#android.provider.
Contacts
.Intents.ctor_changed()" class="hiddenlink" target="rightframe">
Contacts
.Intents
73
<nobr><A HREF="android.provider.
Contacts
.Intents.Insert.html#android.provider.
Contacts
.Intents.Insert.ctor_changed()" class="hiddenlink" target="rightframe">
Contacts
.Intents.Insert
75
<nobr><A HREF="android.provider.
Contacts
.Intents.UI.html#android.provider.
Contacts
.Intents.UI.ctor_changed()" class="hiddenlink" target="rightframe">
Contacts
.Intents.UI
classes_index_changes.html
142
<A HREF="android.provider.
Contacts
.html" class="hiddenlink" target="rightframe">
Contacts
</A><br>
143
<A HREF="android.provider.
Contacts
.ContactMethods.html" class="hiddenlink" target="rightframe">
Contacts
.ContactMethods</A><br>
144
<A HREF="android.provider.
Contacts
.ContactMethodsColumns.html" class="hiddenlink" target="rightframe"><i>
Contacts
.ContactMethodsColumns</i></A><br>
145
<A HREF="android.provider.
Contacts
.Extensions.html" class="hiddenlink" target="rightframe">
Contacts
.Extensions</A><br>
146
<A HREF="android.provider.
Contacts
.ExtensionsColumns.html" class="hiddenlink" target="rightframe"><i>
Contacts
.ExtensionsColumns</i></A><br
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/model/
EntitySet.java
17
package com.android.
contacts
.model;
27
import android.provider.ContactsContract.
Contacts
;
33
import com.android.
contacts
.model.EntityDelta.ValuesDelta;
50
* usually when inserting a new {@link
Contacts
} entry.
59
* Create an {@link EntitySet} based on {@link
Contacts
} specified by the
72
// Read all
contacts
into local deltas to prepare for edits
139
// If we are going to split all
contacts
, there is no point in first combining them
186
* Builds {@link AggregationExceptions} to split all constituent raw
contacts
into
187
* separate
contacts
.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMatcher.java
16
package com.android.providers.
contacts
;
18
import com.android.providers.
contacts
.ContactsDatabaseHelper.NameLookupType;
26
* Logic for matching
contacts
' data and accumulating match scores.
33
// Suggest to aggregate
contacts
if their match score is equal or greater than this threshold
36
// Automatically aggregate
contacts
if their match score is equal or greater than this threshold
39
// Automatically aggregate
contacts
if the match score is equal or greater than this threshold
217
// Ensure that of two
contacts
with the same match score the one with more matching
343
* Returns a list of IDs for
contacts
that are matched on secondary data elements
345
* primary score for those
contacts
to determine if any of them should be aggregated.
CommonNicknameCache.java
17
package com.android.providers.
contacts
;
19
import com.android.providers.
contacts
.ContactsDatabaseHelper.NicknameLookupColumns;
20
import com.android.providers.
contacts
.ContactsDatabaseHelper.Tables;
ContactsUpgradeReceiver.java
17
package com.android.providers.
contacts
;
33
* It's job is to prime the
contacts
database. Either create it
64
Log.i(TAG, "Creating or opening
contacts
database");
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java
17
package com.android.providers.
contacts
;
36
* adb shell am instrument -e class com.android.providers.
contacts
.GlobalSearchSupportTest -w \
37
* com.android.providers.
contacts
.tests/android.test.InstrumentationTestRunner
51
// If the contact is not in the "my
contacts
" group, nothing should be found
192
* Tests that the
contacts
provider return the appropriate information from the golden
259
* Tests that the
contacts
provider returns an empty result in response to a refresh query
277
* Tests that the
contacts
provider return the appropriate information from the golden
338
* "content://com.android.
contacts
/
contacts
/2015/photo"
SynchronousContactsProvider2.java
17
package com.android.providers.
contacts
;
147
return db.compileStatement("SELECT COUNT(*) FROM
contacts
").simpleQueryForLong();
155
db.execSQL("replace into SQLITE_SEQUENCE (name,seq) values('
contacts
', 2009)");
/frameworks/base/docs/html/sdk/api_diff/3/changes/
android.provider.Contacts.PeopleColumns.html
10
android.provider.
Contacts
.PeopleColumns
74
Interface android.provider.<A HREF="../../../../reference/android/provider/
Contacts
.PeopleColumns.html" target="_top"><font size="+2"><code>
Contacts
.PeopleColumns</code></font></A>
87
<A NAME="android.provider.
Contacts
.PeopleColumns.PHONETIC_NAME"></A>
88
<nobr><code>String</code> <A HREF="../../../../reference/android/provider/
Contacts
.PeopleColumns.html#PHONETIC_NAME" target="_top"><code>PHONETIC_NAME</code></A></nobr>
/packages/apps/IM/src/com/android/im/engine/
ContactListListener.java
80
*
contacts
have been loaded from the server.
85
* Called when received one or more
contacts
' updated presence
88
* @param
contacts
one or more
contacts
that have updated presence
91
public void onContactsPresenceUpdate(Contact[]
contacts
);
/cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java
35
import android.provider.
Contacts
;
37
import android.provider.
Contacts
.ContactMethods;
38
import android.provider.
Contacts
.Extensions;
39
import android.provider.
Contacts
.GroupMembership;
40
import android.provider.
Contacts
.Groups;
41
import android.provider.
Contacts
.GroupsColumns;
42
import android.provider.
Contacts
.Organizations;
43
import android.provider.
Contacts
.People;
44
import android.provider.
Contacts
.PeopleColumns;
45
import android.provider.
Contacts
.Phones
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java
17
package com.android.
contacts
.ui;
19
import com.android.
contacts
.ContactsListActivity;
20
import com.android.
contacts
.ContactsSearchManager;
21
import com.android.
contacts
.ContactsUtils;
22
import com.android.
contacts
.R;
23
import com.android.
contacts
.model.ContactsSource;
24
import com.android.
contacts
.model.Editor;
25
import com.android.
contacts
.model.EntityDelta;
26
import com.android.
contacts
.model.EntityModifier;
27
import com.android.
contacts
.model.EntitySet
[
all
...]
ContactsPreferences.java
17
package com.android.
contacts
.ui;
19
import com.android.
contacts
.R;
29
* Manages user preferences for
contacts
.
/frameworks/base/core/java/android/provider/
Contacts.java
38
* The
Contacts
provider stores all information about
contacts
.
41
* access multiple accounts and support aggregation of similar
contacts
. These APIs continue to
46
public class
Contacts
{
47
private static final String TAG = "
Contacts
";
53
public static final String AUTHORITY = "
contacts
";
96
private
Contacts
() {}
154
Uri.parse("content://
contacts
/settings");
272
* @hide Used only in
Contacts
application for now.
355
Uri.parse("content://
contacts
/people")
[
all
...]
/cts/tests/tests/permission/src/android/permission/cts/
ProviderPermissionTest.java
21
import android.provider.
Contacts
;
37
assertReadingContentUriRequiresPermission(
Contacts
.People.CONTENT_URI,
47
assertWritingContentUriRequiresPermission(
Contacts
.People.CONTENT_URI,
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java
45
* SyncAdapter implementation for syncing sample SyncAdapter
contacts
to the
79
// update platform
contacts
.
80
Log.d(TAG, "Calling contactManager's sync
contacts
");
/packages/apps/Contacts/src/com/android/contacts/
TypePrecedence.java
17
package com.android.
contacts
;
19
import com.android.
contacts
.model.EntityModifier;
20
import com.android.
contacts
.util.Constants;
AttachImage.java
17
package com.android.
contacts
;
34
import android.provider.ContactsContract.
Contacts
;
39
import com.android.
contacts
.model.ExchangeSource;
40
import com.android.
contacts
.model.GoogleSource;
48
* to
contacts
. It will first present a contact picker and then run the
74
intent.setType(
Contacts
.CONTENT_ITEM_TYPE);
/packages/apps/IM/src/com/android/im/app/
ContactListView.java
179
long id = c.getLong(c.getColumnIndexOrThrow(Imps.
Contacts
._ID));
180
String username = c.getString(c.getColumnIndexOrThrow(Imps.
Contacts
.USERNAME));
218
String username = c.getString(c.getColumnIndexOrThrow(Imps.
Contacts
.USERNAME));
242
long id = c.getLong(c.getColumnIndexOrThrow(Imps.
Contacts
._ID));
243
Uri data = ContentUris.withAppendedId(Imps.
Contacts
.CONTENT_URI, id);
295
String nickname = c.getString(c.getColumnIndexOrThrow(Imps.
Contacts
.NICKNAME));
296
final String address = c.getString(c.getColumnIndexOrThrow(Imps.
Contacts
.USERNAME));
337
String nickname = c.getString(c.getColumnIndexOrThrow(Imps.
Contacts
.NICKNAME));
338
final String address = c.getString(c.getColumnIndexOrThrow(Imps.
Contacts
.USERNAME));
435
if ((subscriptionType == Imps.
Contacts
.SUBSCRIPTION_TYPE_FROM
[
all
...]
/packages/apps/Mms/src/com/android/mms/data/
ContactList.java
59
// We only show presence for single
contacts
.
116
// Since we use a comma as a delimiter between
contacts
, the code will consider
136
// Make sure all the individual
contacts
are the same.
/packages/apps/Contacts/tests/src/com/android/contacts/
GroupingListAdapterTests.java
17
package com.android.
contacts
;
29
import static com.android.
contacts
.GroupingListAdapter.ITEM_TYPE_STANDALONE;
30
import static com.android.
contacts
.GroupingListAdapter.ITEM_TYPE_IN_GROUP;
31
import static com.android.
contacts
.GroupingListAdapter.ITEM_TYPE_GROUP_HEADER;
38
* runtest
contacts
41
* -w com.android.
contacts
.tests/android.test.InstrumentationTestRunner
/development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessageReceiver.java
49
//
Contacts
.Phones.CONTENT_FILTER_URL and
50
//
Contacts
.Phones.DISPLAY_NAME
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithDisappearingItemBug.java
24
import android.provider.
Contacts
.People;
36
* See 1080989. You need some
contacts
for this adapter.
/frameworks/base/docs/html/resources/articles/
live-folders.jd
7
As such, a live folder can be used to display all of the user's
contacts
or
11
<p>The platform includes several standard folders for displaying
contacts
. For
13
displays all
contacts
with a phone number:</p>
15
<img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 267px; height: 400px;" src="images/
contacts
.png" alt="" id="BLOGGER_PHOTO_ID_5323287788220889218" border="0">
17
<p>If a
contacts
sync happens in the background while the user is browsing this live
168
implementation, you can read the source code of the <a href="http://android.git.kernel.org/?p=platform/packages/apps/
Contacts
.git;a=tree;h=refs/heads/cupcake;hb=cupcake">
Contacts
application</a> and of the <a href="http://android.git.kernel.org/?p=platform/packages/providers/ContactsProvider.git;a=tree;h=refs/heads/cupcake;hb=cupcake">
Contacts
provider</a>.</p><p>You can also download the result of our exercise, the <a href="http://jext.fre (…)
/packages/apps/Contacts/res/layout/
item_generic_editor.xml
17
<com.android.
contacts
.ui.widget.GenericEditorView
68
</com.android.
contacts
.ui.widget.GenericEditorView>
Completed in 137 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>