OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLookupKey
(Results
1 - 5
of
5
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java
64
private final String
mLookupKey
;
108
mLookupKey
= null;
149
mLookupKey
= lookupKey;
176
mLookupKey
= from.
mLookupKey
;
231
return
mLookupKey
;
464
return "{requested=" + mRequestedUri + ",lookupkey=" +
mLookupKey
+
/packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java
62
private String
mLookupKey
;
84
mLookupKey
= suggestion.lookupKey;
141
mListener.onEditAction(Contacts.getLookupUri(mContactId,
mLookupKey
));
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java
148
protected String
mLookupKey
;
200
mLookupKey
= cursor.getString(CONTACT_LOOKUP_KEY_COLUMN_INDEX);
209
createContactShortcutIntent(mUri, mContentType, mDisplayName,
mLookupKey
, mBitmapData);
236
mLookupKey
= cursor.getString(PHONE_LOOKUP_KEY_COLUMN_INDEX);
246
createPhoneNumberShortcutIntent(mUri, mDisplayName,
mLookupKey
, mBitmapData,
/packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java
126
private String
mLookupKey
;
488
mLookupKey
= cursor.getString(ContactQuery.LOOKUP_KEY);
489
setDefaultContactImage(mDisplayName,
mLookupKey
);
500
Uri lookupUri = Contacts.getLookupUri(mContactId,
mLookupKey
);
[
all
...]
Completed in 64 milliseconds