HomeSort by relevance Sort by last modified time
    Searched full:current_path_tmp (Results 1 - 1 of 1) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 271 String current_path_tmp = mCurrentPath; local
282 if (current_path_tmp.length() != 0) {
283 current_path_tmp = current_path_tmp.substring(0,
284 current_path_tmp.lastIndexOf("/"));
288 current_path_tmp = "";
290 current_path_tmp = current_path_tmp + "/" + tmp_path;
294 if ((current_path_tmp.length() != 0) && (!isLegalPath(current_path_tmp))) {
    [all...]

Completed in 786 milliseconds