Home
last modified time | relevance | path

Searched refs:CCH_PATH (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapClient.java98 public static final String CCH_PATH = "telecom/cch.vcf"; field in BluetoothPbapClient
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java118 private static final String CCH_PATH = "/telecom/cch"; field in BluetoothPbapObexServer
371 } else if (mCurrentPath.equals(CCH_PATH)) { in onGet()