Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java339 String currentPathTmp = mCurrentPath; in onSetPath() local
352 if (currentPathTmp.length() != 0) { in onSetPath()
353 currentPathTmp = currentPathTmp.substring(0, currentPathTmp.lastIndexOf("/")); in onSetPath()
357 currentPathTmp = ""; in onSetPath()
359 currentPathTmp = currentPathTmp + "/" + tmpPath; in onSetPath()
363 if ((currentPathTmp.length() != 0) && (!isLegalPath(currentPathTmp))) { in onSetPath()
372 mCurrentPath = currentPathTmp; in onSetPath()