Searched refs:mContactLookupTask (Results 1 – 1 of 1) sorted by relevance
94 private ContactLookupTask mContactLookupTask; field in ContactBrowseListFragment245 if (mContactLookupTask != null) { in refreshSelectedContactUri()246 mContactLookupTask.cancel(); in refreshSelectedContactUri()264 mContactLookupTask = new ContactLookupTask(mSelectedContactUri); in refreshSelectedContactUri()265 mContactLookupTask.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, (Void[])null); in refreshSelectedContactUri()