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.java99 String lookupKey, String[] permissions) {
112 mLookupKey = lookupKey;
121 String lookupKey) {
124 lookupKey, null);
150 INVALID_CONTACT, null, true, isValid, null /* lookupKey */, null /* permissions */);
160 INVALID_CONTACT, null, true, isValid, null /* lookupKey */, null /* permissions */);
172 isValid, null /* lookupKey */, null /* permissions */);
178 String lookupKey) {
181 contactId, directoryId, dataId, photoThumbnailUri, true, isValid, lookupKey,
188 String lookupKey) {
96 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
118 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
175 constructTopLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, Uri photoThumbnailUri, boolean isValid, String lookupKey) argument
185 constructTopLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, String thumbnailUriAsString, boolean isValid, String lookupKey) argument
196 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.java1588 final String lookupKey = c.getString(0);
1590 return getLookupUri(contactId, lookupKey);
1605 public static Uri getLookupUri(long contactId, String lookupKey) { argument
1606 if (TextUtils.isEmpty(lookupKey)) {
1610 lookupKey), contactId);
2844 final String lookupKey = cursor.getString(1);
2845 return Contacts.getLookupUri(contactId, lookupKey);
3343 * .appendPath(lookupKey)
4788 final String lookupKey = cursor.getString(1);
4789 return Contacts.getLookupUri(contactId, lookupKey);
8445 rebuildManagedQuickContactsIntent(String lookupKey, long contactId, boolean isContactIdIgnored, long directoryId, Intent originalIntent) argument
[all...]

Completed in 2342 milliseconds