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.java348 String currentPathTmp = mCurrentPath; in onSetPath() local
361 if (currentPathTmp.length() != 0) { in onSetPath()
362 currentPathTmp = currentPathTmp.substring(0, currentPathTmp.lastIndexOf("/")); in onSetPath()
366 currentPathTmp = ""; in onSetPath()
368 currentPathTmp = currentPathTmp + "/" + tmpPath; in onSetPath()
372 if ((currentPathTmp.length() != 0) && (!isLegalPath(currentPathTmp))) { in onSetPath()
381 mCurrentPath = currentPathTmp; in onSetPath()