Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DCallLogPullRequest.java64 } else if (path.equals(BluetoothPbapClient.OCH_PATH)) { in onPullComplete()
DBluetoothPbapClient.java88 public static final String OCH_PATH = "telecom/och.vcf"; field in BluetoothPbapClient
DPbapPCEClient.java329 new CallLogPullRequest(mContext, BluetoothPbapClient.OCH_PATH); in downloadCallLogs()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java114 private static final String OCH_PATH = "/telecom/och"; field in BluetoothPbapObexServer
366 } else if (mCurrentPath.equals(OCH_PATH)) { in onGet()