HomeSort by relevance Sort by last modified time
    Searched refs:MCH_PATH (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbapclient/
PbapParserTest.java 80 new CallLogPullRequest(mTargetContext, PbapClientConnectionHandler.MCH_PATH,
102 new CallLogPullRequest(mTargetContext, PbapClientConnectionHandler.MCH_PATH,
123 new CallLogPullRequest(mTargetContext, PbapClientConnectionHandler.MCH_PATH,
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientConnectionHandler.java 98 public static final String MCH_PATH = "telecom/mch.vcf";
259 downloadCallLog(MCH_PATH, callCounter);
CallLogPullRequest.java 79 } else if (path.equals(PbapClientConnectionHandler.MCH_PATH)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 147 private static final String MCH_PATH = "/telecom/mch";
448 } else if (mCurrentPath.equals(MCH_PATH)) {
    [all...]

Completed in 672 milliseconds