Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DCallLogPullRequest.java62 if (path.equals(BluetoothPbapClient.ICH_PATH)) { in onPullComplete()
DBluetoothPbapClient.java83 public static final String ICH_PATH = "telecom/ich.vcf"; field in BluetoothPbapClient
DPbapPCEClient.java324 new CallLogPullRequest(mContext, BluetoothPbapClient.ICH_PATH); in downloadCallLogs()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java112 private static final String ICH_PATH = "/telecom/ich"; field in BluetoothPbapObexServer
364 } else if (mCurrentPath.equals(ICH_PATH)) { in onGet()