Home | History | Annotate | Download | only in loaderapp

Lines Matching defs:this

5  * you may not use this file except in compliance with the License.
158 this(context, null);
162 this(context, attrs, 0);
172 inflater.inflate(R.layout.contact_header, this);
203 mDisplayNameView.setOnClickListener(this);
204 mPhotoView.setOnClickListener(this);
235 if (this != mQueryHandler) {
329 * This doesn't change the underlying {@link Contacts} value, only the UI state.
343 * @hide this is here for consistency with setStared/showStar and should be public
367 * Manually set the photo to display in the header. This doesn't change the
392 * This doesn't change the underlying {@link Contacts}, only the UI state.
405 * Manually set the social snippet text to display in the header. This doesn't change the
420 * This doesn't change the underlying {@link Contacts}, only the UI state.
434 * example, this can be used to hide the {@link Contacts#CONTENT_ITEM_TYPE}
444 * This
446 * @param status The status of the contact. If this is either null or empty,
450 * This value can be null if it is not known.
452 * status. This value can be null if no Label should be used.
551 * the contacts database. If more than one contact contains this email
567 * the contacts database. If more than one contact contains this phone
615 * Method to force this widget to forget everything it knows about the contact.
642 this.setDisplayName(displayName, phoneticName);