Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java340 String tmpPath = null; in onSetPath() local
342 tmpPath = (String) request.getHeader(HeaderSet.NAME); in onSetPath()
348 Log.d(TAG, "backup=" + backup + " create=" + create + " name=" + tmpPath); in onSetPath()
356 if (tmpPath == null) { in onSetPath()
359 currentPathTmp = currentPathTmp + "/" + tmpPath; in onSetPath()
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java1227 String tmpPath = path + ".tmp"; in generateVideoFilename() local
1245 mVideoFilename = tmpPath; in generateVideoFilename()