Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java349 String tmpPath = null; in onSetPath() local
351 tmpPath = (String) request.getHeader(HeaderSet.NAME); in onSetPath()
357 Log.d(TAG, "backup=" + backup + " create=" + create + " name=" + tmpPath); in onSetPath()
365 if (tmpPath == null) { in onSetPath()
368 currentPathTmp = currentPathTmp + "/" + tmpPath; in onSetPath()