OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContactsAsyncHelper
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java
38
public class
ContactsAsyncHelper
extends Handler {
41
private static final String LOG_TAG = "
ContactsAsyncHelper
";
43
private static
ContactsAsyncHelper
mInstance = null;
116
Message reply =
ContactsAsyncHelper
.this.obtainMessage(msg.what);
126
private
ContactsAsyncHelper
() {
161
mInstance = new
ContactsAsyncHelper
();
210
mInstance = new
ContactsAsyncHelper
();
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java
41
public class
ContactsAsyncHelper
{
50
* @param token Integer passed in {@link
ContactsAsyncHelper
#startObtainPhotoAsync(int,
54
* @param cookie Object passed in {@link
ContactsAsyncHelper
#startObtainPhotoAsync(int,
89
private static
ContactsAsyncHelper
sInstance;
92
sInstance = new
ContactsAsyncHelper
();
136
Log.d(
ContactsAsyncHelper
.this, "Loading image: " + msg.arg1 +
141
Log.d(
ContactsAsyncHelper
.this, "Problem with image: " + msg.arg1 +
159
Message reply =
ContactsAsyncHelper
.this.mResultHandler.obtainMessage(msg.what);
204
private
ContactsAsyncHelper
() {
ContactInfoCache.java
66
public class ContactInfoCache implements
ContactsAsyncHelper
.OnImageLoadCompleteListener {
248
ContactsAsyncHelper
.startObtainPhotoAsync(TOKEN_UPDATE_PHOTO_FOR_CALL_STATE,
361
* Implemented for
ContactsAsyncHelper
.OnImageLoadCompleteListener interface.
/packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java
39
public class
ContactsAsyncHelper
{
40
private static final String LOG_TAG =
ContactsAsyncHelper
.class.getSimpleName();
49
* @param token Integer passed in {@link
ContactsAsyncHelper
#startObtainPhotoAsync(int,
53
* @param cookie Object passed in {@link
ContactsAsyncHelper
#startObtainPhotoAsync(int,
75
public
ContactsAsyncHelper
(ContentResolverAdapter contentResolverAdapter) {
/packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java
20
import com.android.calendar.
ContactsAsyncHelper
;
443
ContactsAsyncHelper
.retrieveContactPhotoAsync(
Completed in 92 milliseconds