HomeSort by relevance Sort by last modified time
    Searched refs:mLookupKey (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 60 private String mLookupKey;
82 mLookupKey = suggestion.lookupKey;
138 mListener.onEditAction(Contacts.getLookupUri(mContactId, mLookupKey));
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 125 private final String mLookupKey;
170 mLookupKey = null;
212 mLookupKey = lookupKey;
240 mLookupKey = from.mLookupKey;
296 return mLookupKey;
530 return "{requested=" + mRequestedUri + ",lookupkey=" + mLookupKey +
    [all...]

Completed in 158 milliseconds