Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java271 String current_path_tmp = mCurrentPath; in onSetPath() local
282 if (current_path_tmp.length() != 0) { in onSetPath()
283 current_path_tmp = current_path_tmp.substring(0, in onSetPath()
284 current_path_tmp.lastIndexOf("/")); in onSetPath()
288 current_path_tmp = ""; in onSetPath()
290 current_path_tmp = current_path_tmp + "/" + tmp_path; in onSetPath()
294 if ((current_path_tmp.length() != 0) && (!isLegalPath(current_path_tmp))) { in onSetPath()
303 mCurrentPath = current_path_tmp; in onSetPath()