Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapParserTest.java81 new CallLogPullRequest(mTargetContext, PbapClientConnectionHandler.MCH_PATH, in testNoTimestamp()
103 new CallLogPullRequest(mTargetContext, PbapClientConnectionHandler.MCH_PATH, in testMissedCall()
124 new CallLogPullRequest(mTargetContext, PbapClientConnectionHandler.MCH_PATH, in testUnknownCall()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java110 public static final String MCH_PATH = "telecom/mch.vcf"; field in PbapClientConnectionHandler
279 downloadCallLog(MCH_PATH, callCounter); in handleMessage()
DCallLogPullRequest.java79 } else if (path.equals(PbapClientConnectionHandler.MCH_PATH)) { in onPullComplete()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java152 private static final String MCH_PATH = "/telecom/mch"; field in BluetoothPbapObexServer
459 } else if (mCurrentPath.equals(MCH_PATH)) { in onGet()