Home
last modified time | relevance | path

Searched refs:mLastPull (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapPCEClient.java71 private PullRequest mLastPull; field in PbapPCEClient
127 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()