OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhonebookPullRequest
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PhonebookPullRequest.java
31
public class
PhonebookPullRequest
extends PullRequest {
40
public
PhonebookPullRequest
(Context context, Account account) {
PbapClientConnectionHandler.java
253
PhonebookPullRequest
processor =
254
new
PhonebookPullRequest
(mPbapClientStateMachine.getContext(),
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbapclient/
PbapParserTest.java
145
PhonebookPullRequest
processor = new
PhonebookPullRequest
(mTargetContext, mAccount);
Completed in 63 milliseconds