Searched refs:mContactLookupTask (Results 1 – 1 of 1) sorted by relevance
99 private ContactLookupTask mContactLookupTask; field in ContactBrowseListFragment248 if (mContactLookupTask != null) { in refreshSelectedContactUri()249 mContactLookupTask.cancel(); in refreshSelectedContactUri()267 mContactLookupTask = new ContactLookupTask(mSelectedContactUri); in refreshSelectedContactUri()268 mContactLookupTask.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, (Void[])null); in refreshSelectedContactUri()