Searched refs:CallLogPullRequest (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbapclient/ |
H A D | PbapParserTest.java | 80 CallLogPullRequest processor = in testNoTimestamp() 81 new CallLogPullRequest(mTargetContext, PbapClientConnectionHandler.MCH_PATH, in testNoTimestamp() 102 CallLogPullRequest processor = in testMissedCall() 103 new CallLogPullRequest(mTargetContext, PbapClientConnectionHandler.MCH_PATH, in testMissedCall() 123 CallLogPullRequest processor = in testUnknownCall() 124 new CallLogPullRequest(mTargetContext, PbapClientConnectionHandler.MCH_PATH, in testUnknownCall()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
H A D | CallLogPullRequest.java | 41 public class CallLogPullRequest extends PullRequest { class 52 public CallLogPullRequest(Context context, String path, HashMap<String, Integer> map, in CallLogPullRequest() method in CallLogPullRequest
|
H A D | PbapClientConnectionHandler.java | 447 CallLogPullRequest processor = in downloadCallLog() 448 new CallLogPullRequest(mPbapClientStateMachine.getContext(), path, in downloadCallLog()
|