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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
CallLogPullRequest.java 62 if (path.equals(BluetoothPbapClient.ICH_PATH)) {
BluetoothPbapClient.java 83 public static final String ICH_PATH = "telecom/ich.vcf";
    [all...]
PbapPCEClient.java 55 * BluetoothPbapClient.ICH_PATH;
324 new CallLogPullRequest(mContext, BluetoothPbapClient.ICH_PATH);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 112 private static final String ICH_PATH = "/telecom/ich";
364 } else if (mCurrentPath.equals(ICH_PATH)) {
    [all...]

Completed in 369 milliseconds