Searched defs:lookupKey (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DAbstractAsset.java62 public abstract int lookupKey(); method in class:AbstractAsset
H A DAndroidAppAsset.java98 public int lookupKey() { method in class:AndroidAppAsset
H A DWebAsset.java105 public int lookupKey() { method in class:WebAsset
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java107 public String lookupKey; field in class:CallerInfo
246 // Contact lookupKey
249 info.lookupKey = cursor.getString(columnIndex);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java370 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener,
373 this(context, contactId, directoryId, lookupKey, currentId, queryMode, listener,
378 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener,
382 getCursorForConstruction(context, contactId, directoryId, lookupKey, queryMode,
394 Long directoryId, String lookupKey, int queryType,
403 if (directoryId == null || lookupKey == null) {
407 uri = Contacts.getLookupUri(contactId, lookupKey)
418 if (lookupKey == null) {
422 uri = Contacts.getLookupUri(contactId, lookupKey)
444 final Cursor resultCursor = removeUndesiredDestinations(cursor, desiredMimeType, lookupKey);
369 RecipientAlternatesAdapter(Context context, long contactId, Long directoryId, String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, DropdownChipLayouter dropdownChipLayouter, ChipsUtil.PermissionsCheckListener permissionsCheckListener) argument
377 RecipientAlternatesAdapter(Context context, long contactId, Long directoryId, String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, DropdownChipLayouter dropdownChipLayouter, StateListDrawable deleteDrawable, ChipsUtil.PermissionsCheckListener permissionsCheckListener) argument
393 getCursorForConstruction(Context context, long contactId, Long directoryId, String lookupKey, int queryType, ChipsUtil.PermissionsCheckListener permissionsCheckListener) argument
467 removeUndesiredDestinations(final Cursor original, final String desiredMimeType, final String lookupKey) argument
[all...]
H A DRecipientEntry.java104 String lookupKey, String[] permissions) {
107 true /* shouldDisplayIcon */, isFirstLevel, isValid, lookupKey, permissions);
113 boolean isFirstLevel, boolean isValid, String lookupKey, String[] permissions) {
127 mLookupKey = lookupKey;
136 String lookupKey) {
139 lookupKey, null);
165 INVALID_CONTACT, null, true, isValid, null /* lookupKey */, null /* permissions */);
175 INVALID_CONTACT, null, true, isValid, null /* lookupKey */, null /* permissions */);
187 isValid, null /* lookupKey */, null /* permissions */);
193 String lookupKey) {
101 RecipientEntry(int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, Uri photoThumbnailUri, boolean isFirstLevel, boolean isValid, String lookupKey, String[] permissions) argument
110 RecipientEntry(int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, Uri photoThumbnailUri, boolean shouldDisplayIcon, boolean isFirstLevel, boolean isValid, String lookupKey, String[] permissions) argument
133 RecipientEntry(int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, Uri photoThumbnailUri, boolean isFirstLevel, boolean isValid, String lookupKey) argument
190 constructTopLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, Uri photoThumbnailUri, boolean isValid, String lookupKey) argument
200 constructTopLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, String thumbnailUriAsString, boolean isValid, String lookupKey) argument
211 constructSecondLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, String thumbnailUriAsString, boolean isValid, String lookupKey) argument
[all...]
H A DBaseRecipientAdapter.java149 public final String lookupKey; field in class:BaseRecipientAdapter.TemporaryEntry
161 String lookupKey) {
171 this.lookupKey = lookupKey;
184 this.lookupKey = cursor.getString(Queries.Query.LOOKUP_KEY);
819 true, entry.lookupKey));
828 true, entry.lookupKey));
836 true, entry.lookupKey));
151 TemporaryEntry( String displayName, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, String thumbnailUriString, int displayNameSource, String lookupKey) argument
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1635 final String lookupKey = c.getString(0);
1637 return getLookupUri(contactId, lookupKey);
1652 public static Uri getLookupUri(long contactId, String lookupKey) { argument
1653 if (TextUtils.isEmpty(lookupKey)) {
1657 lookupKey), contactId);
2890 final String lookupKey = cursor.getString(1);
2891 return Contacts.getLookupUri(contactId, lookupKey);
3388 * .appendPath(lookupKey)
4846 final String lookupKey = cursor.getString(1);
4847 return Contacts.getLookupUri(contactId, lookupKey);
8511 rebuildManagedQuickContactsIntent(String lookupKey, long contactId, boolean isContactIdIgnored, long directoryId, Intent originalIntent) argument
[all...]

Completed in 449 milliseconds