OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contacts
(Results
226 - 250
of
1870
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionData.java
17
package com.android.
contacts
.editor;
21
import com.android.
contacts
.model.RawContactDelta;
22
import com.android.
contacts
.model.ValuesDelta;
23
import com.android.
contacts
.model.account.AccountType;
24
import com.android.
contacts
.model.account.AccountType.EditField;
25
import com.android.
contacts
.model.dataitem.DataKind;
/packages/apps/Contacts/src/com/android/contacts/model/
DeviceLocalAccountLocator.java
16
package com.android.
contacts
.model;
22
import com.android.
contacts
.Experiments;
23
import com.android.
contacts
.model.account.AccountWithDataSet;
24
import com.android.
contacts
.model.account.GoogleAccountType;
34
* Attempts to detect accounts for device
contacts
79
* <p>However, the focus sync adapter automatically migrates
contacts
from this null
/packages/apps/Contacts/src/com/android/contacts/model/account/
SimAccountType.java
16
package com.android.
contacts
.model.account;
23
import com.android.
contacts
.R;
24
import com.android.
contacts
.model.dataitem.DataKind;
31
* Account type for SIM card
contacts
44
// SIM card
contacts
don't necessarily support separate types (based on data exposed
45
// in Samsung and LG
Contacts
Apps.
/packages/apps/Contacts/tests/src/com/android/contacts/model/account/
AccountTypeTest.java
17
package com.android.
contacts
.model.account;
23
import com.android.
contacts
.tests.R;
28
* adb shell am instrument -w -e class com.android.
contacts
.model.AccountTypeTest \
29
com.android.
contacts
.tests/android.test.InstrumentationTestRunner
51
// Load from the
contacts
package itself.
52
final int internalResId = com.android.
contacts
.R.string.contactsList;
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
AdbHelpers.java
16
package com.android.
contacts
.tests;
27
import com.android.
contacts
.model.account.AccountWithDataSet;
28
import com.android.
contacts
.preference.ContactsPreferences;
29
import com.android.
contacts
.util.SharedPreferenceUtil;
36
* -w com.android.
contacts
.tests/com.android.
contacts
.RunMethodInstrumentation
FakeDeviceAccountTypeFactory.java
16
package com.android.
contacts
.tests;
18
import com.android.
contacts
.model.account.AccountType;
19
import com.android.
contacts
.util.DeviceLocalAccountTypeFactory;
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
ShortcutRefresher.java
24
import com.android.
contacts
.common.list.ContactEntry;
33
/** Refreshes launcher shortcuts from UI components using provided list of
contacts
. */
38
/** Asynchronously updates launcher shortcuts using the provided list of
contacts
. */
40
public static void refresh(@NonNull Context context, List<ContactEntry>
contacts
) {
53
EXECUTOR.submit(Task.ID, new Task(context), new ArrayList<>(
contacts
));
66
* @param params array containing exactly one element, the list of
contacts
from favorites
/packages/apps/EmergencyInfo/src/com/android/emergency/edit/
EditInfoFragment.java
41
/** Fragment for editing emergency info, including medical info and emergency
contacts
. */
51
/** The category that holds the emergency
contacts
. */
67
// Fill in emergency
contacts
.
77
// presented with a list of
contacts
, with one entry per phone number.
85
Log.w(TAG, "No contact app available to display the
contacts
", e);
101
/** Reloads the
contacts
by reading the value from the shared preferences. */
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
DBQueryUtilsTest.java
17
package com.android.providers.
contacts
.util;
19
import static com.android.providers.
contacts
.util.DbQueryUtils.checkForSupportedColumns;
20
import static com.android.providers.
contacts
.util.DbQueryUtils.concatenateClauses;
21
import static com.android.providers.
contacts
.util.DbQueryUtils.escapeLikeValue;
27
import com.android.providers.
contacts
.EvenMoreAsserts;
35
* runtest -c com.android.providers.
contacts
.util.DBQueryUtilsTest contactsprov
/packages/apps/Contacts/res/layout/
photo_editor_view.xml
18
<com.android.
contacts
.editor.PhotoEditorView
25
<com.android.
contacts
.widget.QuickContactImageView
57
</com.android.
contacts
.editor.PhotoEditorView>
/packages/apps/Contacts/src/com/android/contacts/
GroupListLoader.java
16
package com.android.
contacts
;
23
import com.android.
contacts
.group.GroupUtil;
26
* Group loader for the group list that includes details such as the number of
contacts
per group
/packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java
17
package com.android.
contacts
.activities;
60
import com.android.
contacts
.AppCompatContactsActivity;
61
import com.android.
contacts
.ContactSaveService;
62
import com.android.
contacts
.R;
63
import com.android.
contacts
.compat.CompatUtils;
64
import com.android.
contacts
.drawer.DrawerFragment;
65
import com.android.
contacts
.drawer.DrawerFragment.DrawerFragmentListener;
66
import com.android.
contacts
.editor.ContactEditorFragment;
67
import com.android.
contacts
.editor.SelectAccountDialogFragment;
68
import com.android.
contacts
.group.GroupListItem
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/compat/
ProviderStatusCompat.java
18
package com.android.
contacts
.compat;
51
* The status used when the provider is in the process of upgrading.
Contacts
62
* The status that indicates that there are no accounts and no
contacts
/packages/apps/Contacts/src/com/android/contacts/drawer/
DrawerFragment.java
17
package com.android.
contacts
.drawer;
39
import com.android.
contacts
.GroupListLoader;
40
import com.android.
contacts
.R;
41
import com.android.
contacts
.activities.PeopleActivity.ContactsView;
42
import com.android.
contacts
.group.GroupListItem;
43
import com.android.
contacts
.group.GroupUtil;
44
import com.android.
contacts
.list.ContactListFilter;
45
import com.android.
contacts
.model.AccountTypeManager;
46
import com.android.
contacts
.model.account.AccountInfo;
47
import com.android.
contacts
.model.account.AccountsLoader
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java
17
package com.android.
contacts
.list;
23
import android.provider.
Contacts
.ContactMethods;
24
import android.provider.
Contacts
.People;
25
import android.provider.
Contacts
.Phones;
30
import android.provider.ContactsContract.
Contacts
;
37
import com.android.
contacts
.group.GroupUtil;
38
import com.android.
contacts
.model.account.AccountWithDataSet;
41
* Parses a
Contacts
intent, extracting all relevant parts and packaging them
86
if (
Contacts
.CONTENT_TYPE.equals(resolvedType)) {
123
if (
Contacts
.CONTENT_ITEM_TYPE.equals(type))
[
all
...]
GroupMemberPickerFragment.java
16
package com.android.
contacts
.list;
23
import android.provider.ContactsContract.
Contacts
;
32
import com.android.
contacts
.R;
33
import com.android.
contacts
.activities.ContactSelectionActivity;
34
import com.android.
contacts
.group.GroupUtil;
35
import com.android.
contacts
.list.ContactListAdapter.ContactQuery;
36
import com.android.
contacts
.model.account.AccountWithDataSet;
42
* Fragment containing raw
contacts
for a specified account that are not already in a group.
69
/** Filters out raw
contacts
that are already in the group. */
89
final String sections[] = bundle.getStringArray(
Contacts
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/util/
DeviceLocalAccountTypeFactory.java
16
package com.android.
contacts
.util;
21
import com.android.
contacts
.model.account.AccountType;
22
import com.android.
contacts
.model.account.DeviceLocalAccountType;
/packages/apps/Contacts/src/com/android/contacts/widget/
QuickContactImageView.java
1
package com.android.
contacts
.widget;
9
import com.android.
contacts
.R;
10
import com.android.
contacts
.lettertiles.LetterTileDrawable;
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
EmergencyContactsPreference.java
45
* Custom {@link PreferenceCategory} that deals with
contacts
being deleted from the
contacts
app.
47
* <p>
Contacts
are stored internally using their ContactsContract.CommonDataKinds.Phone.CONTENT_URI.
208
// Set the
contacts
again: something went wrong when retrieving information about the
247
// Protect against b/28194605: We used to store the
contacts
using a string set.
257
* Converts the string representing the emergency
contacts
to a list of Uris and only keeps
258
* those corresponding to still existing
contacts
. It persists the
contacts
if at least one
298
// If not all
contacts
were added, then we need to overwrite the emergency
contacts
store
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactUtil.java
17
package android.provider.cts.
contacts
;
30
* Convenience methods for operating on the
Contacts
table.
34
private static final Uri URI = ContactsContract.
Contacts
.CONTENT_URI;
49
ContactsContract.
Contacts
._ID
61
ContactsContract.
Contacts
.CONTACT_LAST_UPDATED_TIMESTAMP
64
Uri uri = ContentUris.withAppendedId(ContactsContract.
Contacts
.CONTENT_URI, contactId);
115
* manually trigger the forced aggregation, splitting of two raw
contacts
or specify that
116
* the provider should automatically decide whether or not to aggregate the two raw
contacts
.
132
// Actually set the aggregation exception in the
contacts
database, and check that a
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/contacts/
ContactsListActivity.java
16
package com.example.android.wearable.wear.messaging.
contacts
;
41
* Displays a selectable list of
contacts
. Tapping on a contact (item) causes the action drawer to
42
* peek. Tapping the check returns the selected
contacts
/profiles.
157
* Since messaging apps will retrieve
contacts
remotely, {@link AsyncTask} will allow us to
160
* <p>Retrieves the user's
contacts
and updates the adapter with the new list of
contacts
.
176
protected void onPostExecute(List<Profile>
contacts
) {
177
super.onPostExecute(
contacts
);
178
mAdapter.addAll(
contacts
);
/development/samples/BusinessCard/
_index.html
3
that the correct version of the
contacts
API is used, depending on which API
/frameworks/base/core/res/res/values/
donottranslate-names.xml
5
<!-- Various locale-specific string resources for
Contacts
-->
/packages/apps/Car/Dialer/src/com/android/car/dialer/
ContactResultsFragment.java
25
import android.provider.ContactsContract.
Contacts
;
41
* A fragment that will take a search query, look up
contacts
that match and display those
51
Contacts
._ID,
52
Contacts
.LOOKUP_KEY,
53
Contacts
.DISPLAY_NAME,
54
Contacts
.PHOTO_URI
119
* Sets the search query that should be used to filter
contacts
.
142
* Finds the
contacts
with any field that matches the search query. Typically, the search
155
Uri lookupUri = Uri.withAppendedPath(
Contacts
.CONTENT_FILTER_URI,
/packages/apps/Contacts/res/xml/
preference_display_options.xml
29
<com.android.
contacts
.preference.DefaultAccountPreference
40
<com.android.
contacts
.preference.SortOrderPreference
46
<com.android.
contacts
.preference.DisplayOrderPreference
52
<com.android.
contacts
.preference.PhoneticNameDisplayPreference
Completed in 686 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>