OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contacts
(Results
451 - 475
of
1870
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java
17
package com.android.providers.
contacts
;
19
import com.android.providers.
contacts
.sqlite.DatabaseAnalyzer;
20
import com.android.providers.
contacts
.sqlite.SqlChecker;
21
import com.android.providers.
contacts
.sqlite.SqlChecker.InvalidSqlException;
22
import com.android.providers.
contacts
.util.PropertyUtils;
67
import android.provider.ContactsContract.
Contacts
;
68
import android.provider.ContactsContract.
Contacts
.Photo;
100
import com.android.providers.
contacts
.aggregation.util.CommonNicknameCache;
101
import com.android.providers.
contacts
.database.ContactsTableUtil;
102
import com.android.providers.
contacts
.database.DeletedContactsTableUtil
[
all
...]
/cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/
DirectoryProvider.java
34
import android.provider.ContactsContract.
Contacts
;
91
mURIMatcher.addURI(AUTHORITY, "
contacts
/filter/*", GAL_FILTER);
92
mURIMatcher.addURI(AUTHORITY, "
contacts
/lookup/*/entities", GAL_CONTACT);
93
mURIMatcher.addURI(AUTHORITY, "
contacts
/lookup/*/#/entities", GAL_CONTACT_WITH_ID);
164
if (column.equals(
Contacts
._ID)) {
166
} else if (column.equals(
Contacts
.DISPLAY_NAME)) {
169
} else if (column.equals(
Contacts
.PHOTO_THUMBNAIL_URI)) {
172
} else if (column.equals(
Contacts
.PHOTO_URI)) {
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/
RuntimePermissionsFragment.java
38
The
contacts
permissions have been declared in the AndroidManifest for Android M and
40
access the
contacts
database.
/developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/
RuntimePermissionsFragment.kt
34
The
contacts
permissions have been declared in the AndroidManifest for Android M
36
button to access the
contacts
database.
/developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/
RuntimePermissionsFragment.java
38
The
contacts
permissions have been declared in the AndroidManifest for Android M and
40
access the
contacts
database.
/developers/samples/android/system/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/
RuntimePermissionsFragment.kt
34
The
contacts
permissions have been declared in the AndroidManifest for Android M
36
button to access the
contacts
database.
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/contacts/
ContactsListAdapter.java
16
package com.example.android.wearable.wear.messaging.
contacts
;
68
* thing as when the user *submits* their selected
contacts
.
219
* Adds the
contacts
to the collection of
contacts
to be displayed.
221
* @param
contacts
223
public void addAll(List<Profile>
contacts
) {
224
this.mContacts.addAll(
contacts
);
234
Log.d(TAG, "Adding position to selected
contacts
: " + position);
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/res/values/
strings.xml
28
<string name="activity_contacts">
Contacts
</string>
31
<string name="contacts_list_title">Select
Contacts
</string>
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java
35
import android.provider.ContactsContract.
Contacts
;
47
* Class for managing
contacts
sync related mOperations
94
* Take a list of updated
contacts
and apply those changes to the
95
*
contacts
database. Typically this list of
contacts
would have been
100
* @param rawContacts The list of
contacts
to update
154
// A sync adapter should batch operations on multiple
contacts
,
167
* Return a list of the local
contacts
that have been marked as
175
Log.i(TAG, "*** Looking for local dirty
contacts
");
222
* for
contacts
we've just added to the system, since we can't monkey wit
[
all
...]
/development/samples/XmlAdapters/
_index.html
13
ContactsListActivity</strong></a> uses the device's
Contacts
provider as its input source.
14
Contacts
with a phone number are displayed, their photo being retrieved by a dedicated
/development/samples/XmlAdapters/res/xml/
contacts.xml
19
app:uri="content://com.android.
contacts
/
contacts
"
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
RuntimePermissionsFragment.java
38
The
contacts
permissions have been declared in the AndroidManifest for Android M and
40
access the
contacts
database.
/frameworks/opt/chips/res/values-fr/
strings.xml
23
<string name="accessbility_suggestion_dropdown_opened" msgid="3231589819168382515">"Suggestions de
contacts
ouvertes"</string>
28
<string name="chips_permission_text" msgid="1978301259208877495">"Autoriser les suggestions de
contacts
"</string>
/frameworks/opt/chips/res/values-fr-rCA/
strings.xml
23
<string name="accessbility_suggestion_dropdown_opened" msgid="3231589819168382515">"Suggestions de
contacts
ouvertes"</string>
28
<string name="chips_permission_text" msgid="1978301259208877495">"Autoriser les suggestions de
contacts
"</string>
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabs.java
42
mTabHost.addTab(mTabHost.newTabSpec("
contacts
").setIndicator("
Contacts
"),
FragmentTabsFragmentSupport.java
39
mTabHost.addTab(mTabHost.newTabSpec("
contacts
").setIndicator("
Contacts
"),
/packages/apps/Contacts/res/layout/
contact_editor_fragment.xml
26
<com.android.
contacts
.editor.RawContactEditorView
46
</com.android.
contacts
.editor.RawContactEditorView>
item_group_membership.xml
17
<com.android.
contacts
.editor.GroupMembershipView
44
</com.android.
contacts
.editor.GroupMembershipView
quickcontact_activity.xml
17
<com.android.
contacts
.widget.MultiShrinkScroller
54
</com.android.
contacts
.widget.MultiShrinkScroller
structured_name_editor_view.xml
18
<com.android.
contacts
.editor.StructuredNameEditorView
53
</com.android.
contacts
.editor.StructuredNameEditorView>
/packages/apps/Contacts/res/layout-land/
contact_editor_fragment.xml
18
<com.android.
contacts
.editor.RawContactEditorView
55
</com.android.
contacts
.editor.RawContactEditorView
/packages/apps/Contacts/res/layout-v23/
item_group_membership.xml
17
<com.android.
contacts
.editor.GroupMembershipView
44
</com.android.
contacts
.editor.GroupMembershipView
/packages/apps/Contacts/res/menu/
view_group.xml
18
xmlns:
contacts
="http://schemas.android.com/apk/res-auto">
24
contacts
:showAsAction="ifRoom" />
/packages/apps/Contacts/src/com/android/contacts/
GeoUtil.java
17
package com.android.
contacts
;
22
import com.android.
contacts
.location.CountryDetector;
/packages/apps/Contacts/src/com/android/contacts/activities/
LicenseActivity.java
16
package com.android.
contacts
.activities;
24
import com.android.
contacts
.R;
Completed in 1191 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>