Searched refs:mLastPull (Results 1 – 1 of 1) sorted by relevance
71 private PullRequest mLastPull; field in PbapPCEClient127 mLastPull = mPendingRequests.remove(); in processNextRequest()129 Log.d(TAG, "Pulling phone book from: " + mLastPull.path); in processNextRequest()131 return mClient.pullPhoneBook(mLastPull.path); in processNextRequest()139 mLastPull.setResults(entries); in onPhoneBookPullDone()140 mContactHandler.obtainMessage(ContactHandler.EVENT_ADD_CONTACTS,mLastPull).sendToTarget(); in onPhoneBookPullDone()147 Log.d(TAG, "Error, mLastPull = " + mLastPull); in onPhoneBookError()