Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestTest.java267 String tmpPath = (String) request.getHeader(HeaderSet.NAME); in onSetPathValidator() local
268 assertThat(tmpPath).isEqualTo(TEST_FOLDER_LIST.get(0)); in onSetPathValidator()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java371 String tmpPath = null; in onSetPath() local
373 tmpPath = (String) mPbapMethodProxy.getHeader(request, HeaderSet.NAME); in onSetPath()
383 Log.d(TAG, "backup=" + backup + " create=" + create + " name=" + tmpPath); in onSetPath()
390 if (tmpPath == null) { in onSetPath()
393 if (tmpPath.startsWith("/")) { in onSetPath()
394 currentPathTmp = currentPathTmp + tmpPath; in onSetPath()
396 currentPathTmp = currentPathTmp + "/" + tmpPath; in onSetPath()