OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contact
(Results
176 - 200
of
1494
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Contacts/src/com/android/contacts/list/
ContactTileStarredView.java
22
* A {@link ContactTileStarredView} displays the
contact
's picture overlayed with their name
/packages/apps/Contacts/src/com/android/contacts/util/
PhonebookCollatorFactory.java
23
* Returns the collator that can be used to sort
contact
list entries. This
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
MockContactPhotoManager.java
25
* A photo preloader that always uses the "no
contact
" picture and never executes any real
/packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java
38
* Loader to load presence statuses and the
contact
photo.
67
/**
Contact
photo. Null if unknown */
73
/** URI for opening quick
contact
. Null if unknown. */
99
* Synchronously loads
contact
data.
/packages/apps/Nfc/res/values-fr/
strings.xml
8
<string name="inbound_me_profile_title" msgid="6146013785225412693">"
Contact
reçu via NFC"</string>
/packages/apps/Nfc/res/values-ro/
strings.xml
11
<string name="outbound_me_profile_text" msgid="7431318734941861000">"Ap?sa?i pt. a oferi acestei persoane inform. dvs. de
contact
"</string>
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
GroupsListLoader.java
24
* Loads the list of all
contact
groups.
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactPresenceIconUtil.java
24
* Define the
contact
present show policy in Contacts
/packages/apps/Contacts/src/com/android/contacts/model/
AccountType.java
105
* Returns an optional custom new
contact
activity. The activity class should reside
113
* Returns an optional custom invite
contact
activity. The activity class should reside
121
* Returns an optional service that can be launched whenever a
contact
is being looked at.
150
* @return resource ID for the "invite
contact
" action label, or -1 if not defined.
173
* that may not be sync adapters but which still provide
contact
data, perhaps under a
181
* Returns an optional custom label for the "invite
contact
" action, which will be shown on
182
* the
contact
card. (If not defined, returns null.)
/packages/apps/Phone/src/com/android/phone/
InCallContactPhoto.java
33
* ImageView subclass used for
contact
photos in the in-call UI.
35
* For
contact
photos larger than 96x96, this view behaves just like a regular
36
* ImageView. But for 96x96 or smaller (i.e. the size of
contact
thumbnails
53
* - special handling for the "unknown"
contact
photo and the "conference
200
* @return true if the specified bitmap is a lo-res
contact
photo
205
// In practice,
contact
photos will almost always be either 96x96 (for
210
// (If the user somehow gets a
contact
to have a photo that's between
EditFdnContactScreen.java
50
* Activity to let the user add or edit an FDN
contact
.
112
*
contact
information is displayed, to help with user
115
* Also, process the results from the
contact
picker.
149
Log.w(LOG_TAG,"onActivityResult: bad
contact
data, no results found.");
318
// delete ONLY if this is NOT a new
contact
.
389
// Authenticate the pin AFTER the
contact
information
/packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaTests.java
68
// Build an existing
contact
read from database
69
final ContentValues
contact
= new ContentValues();
local
70
contact
.put(RawContacts.VERSION, 43);
71
contact
.put(RawContacts._ID, contactId);
79
final Entity before = new Entity(
contact
);
259
// Update parent
contact
values
269
// Assert three operations: update
Contact
, insert Data row, enforce version
341
// Assert two operations: delete
Contact
and enforce version
366
// Assert two operations: delete
Contact
and enforce version
394
// Assert two operations: delete
Contact
and enforce versio
[
all
...]
/frameworks/base/core/java/android/app/backup/
RestoreSession.java
56
Log.d(TAG, "Can't
contact
server to get available sets");
84
Log.d(TAG, "Can't
contact
server to restore");
118
Log.d(TAG, "Can't
contact
server to restore packages");
148
Log.d(TAG, "Can't
contact
server to restore package");
164
Log.d(TAG, "Can't
contact
server to get available sets");
/packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java
50
* A list view for constituent contacts of an aggregate. Shows the
contact
name, source icon
81
* Listener interface that gets the
contact
ID of the user-selected
contact
.
109
* Sets a
contact
selection listener.
116
*
Contact
information loaded from the content provider.
/packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java
47
* to contacts. It will first present a
contact
picker and then run the
128
// A
contact
was picked. Launch the cropper to get face detection, the right size, etc.
143
// while they're cropping, convert the
contact
into a raw_contact
165
// attach the photo to every raw
contact
205
* Inserts a photo on the raw
contact
.
ContactSelectionActivity.java
325
// Show a confirmation dialog to add the value(s) to the existing
contact
.
333
// user cancels adding the info to a
contact
and wants to pick someone else).
336
// Otherwise launch the full
contact
editor.
354
* a
contact
. Otherwise return false if there are other intent extras that require launching
355
* the full
contact
editor.
374
// the full
contact
editor to properly handle the intent extras.
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java
30
* This is a horizontally scrolling carousel with 2 fragments: one to see info about the
contact
and
31
* one to see updates from the
contact
. Depending on the scroll position and user selection of which
46
*
contact
card), in order for this view to automatically snap to the "updates" page.
51
* Maximum X scroll position (if the user is on the "updates" page of the
contact
card), below
215
// The "about this
contact
" page has been selected, so disable the touch interceptor
ContactDetailDisplayUtils.java
66
* This class contains utility methods to bind high-level
contact
details
101
* Returns the display name of the
contact
, using the current display order setting.
122
* Returns the phonetic name of the
contact
or null if there isn't one.
133
* Returns the attribution string for the
contact
, which may specify the
contact
directory that
134
* the
contact
came from. Returns null if there is none applicable.
149
* Returns the organization of the
contact
. If several organizations are given,
193
* Sets the
contact
photo to display in the given {@link ImageView}. If bitmap is null, the
215
* Sets the starred state of this
contact
.
367
* Sets the display name of this
contact
to the given {@link TextView}. I
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/interactions/
PhoneNumberInteraction.java
78
* A model object for capturing a phone number for a given
contact
.
145
* A list adapter that populates the list of
contact
's phone numbers.
335
"Input Uri must be
contact
Uri or data Uri (input: \"" + uri + "\")");
406
* Start call action using given
contact
Uri. If there are multiple candidates for the phone
409
* @param uri
contact
Uri (built from {@link Contacts#CONTENT_URI}) or data Uri
410
* (built from {@link Data#CONTENT_URI}).
Contact
Uri may show the disambiguation dialog while
430
* Start text messaging (a.k.a SMS) action using given
contact
Uri. If there are multiple
434
* @param uri
contact
Uri (built from {@link Contacts#CONTENT_URI}) or data Uri
435
* (built from {@link Data#CONTENT_URI}).
Contact
Uri may show the disambiguation dialog while
/packages/apps/Contacts/
AndroidManifest.xml
187
<!-- The main Contacts activity with the
contact
list, favorites, and groups. -->
246
<data android:mimeType="vnd.android.cursor.dir/
contact
" />
257
<data android:mimeType="vnd.android.cursor.dir/
contact
" />
264
<data android:mimeType="vnd.android.cursor.dir/
contact
" />
282
<data android:mimeType="vnd.android.cursor.item/
contact
" />
289
<data android:mimeType="vnd.android.cursor.dir/
contact
" />
301
<data android:mimeType="vnd.android.cursor.item/
contact
" />
407
<data android:mimeType="vnd.android.cursor.item/
contact
" />
485
<!-- Views the details of a single
contact
-->
494
<data android:mimeType="vnd.android.cursor.item/
contact
" />
[
all
...]
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java
401
private Bitmap createSelectedChip(RecipientEntry
contact
, TextPaint paint, Layout layout) {
407
CharSequence ellipsizedText = ellipsizeText(
contact
.getDisplayName(), paint,
443
public Drawable getChipBackground(RecipientEntry
contact
) {
444
return (mValidator != null && mValidator.isValid(
contact
.getDestination())) ?
448
private Bitmap createUnselectedChip(RecipientEntry
contact
, TextPaint paint, Layout layout) {
455
!TextUtils.isEmpty(
contact
.getDisplayName()) ?
contact
.getDisplayName() :
456
!TextUtils.isEmpty(
contact
.getDestination()) ?
contact
.getDestination() : "";
468
Drawable background = getChipBackground(
contact
);
[
all
...]
/development/pdk/docs/compatibility/
index.jd
64
href="{@docRoot}compatibility/
contact
-us.html">
contact
us</a></p>
/development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java
158
* Actions for when the Save button is clicked. Creates a
contact
entry and terminates the
168
* Creates a
contact
entry from the current UI values in the account named by mSelectedAccount.
180
// Prepare
contact
creation request
183
// The system will aggregate this with any other data for this
contact
and create a
211
// Ask the
Contact
provider to create a new
contact
214
Log.i(TAG,"Creating
contact
: " + name);
226
Log.e(TAG, "Exceptoin encoutered while inserting
contact
: " + e);
/docs/source.android.com/src/compatibility/
index.md
82
about access about Android Market, you can [
contact
us](
contact
-us.html).
/external/chromium/chrome/browser/policy/
device_management_service.h
45
// Gets the URL to
contact
.
91
// Server at which to
contact
the service.
Completed in 592 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>