Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java370 String currentPathTmp = mCurrentPath; in onSetPath() local
386 if (currentPathTmp.length() != 0) { in onSetPath()
387 currentPathTmp = currentPathTmp.substring(0, currentPathTmp.lastIndexOf("/")); in onSetPath()
391 currentPathTmp = ""; in onSetPath()
394 currentPathTmp = currentPathTmp + tmpPath; in onSetPath()
396 currentPathTmp = currentPathTmp + "/" + tmpPath; in onSetPath()
401 if ((currentPathTmp.length() != 0) && (!isLegalPath(currentPathTmp))) { in onSetPath()
420 mCurrentPath = currentPathTmp; in onSetPath()