Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DCallLogPullRequest.java66 } else if (path.equals(BluetoothPbapClient.MCH_PATH)) { in onPullComplete()
DBluetoothPbapClient.java93 public static final String MCH_PATH = "telecom/mch.vcf"; field in BluetoothPbapClient
DPbapPCEClient.java334 new CallLogPullRequest(mContext, BluetoothPbapClient.MCH_PATH); in downloadCallLogs()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java116 private static final String MCH_PATH = "/telecom/mch"; field in BluetoothPbapObexServer
368 } else if (mCurrentPath.equals(MCH_PATH)) { in onGet()