Searched refs:sDesiredStoragePath (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppReceiveFileInfo.java58 private static String sDesiredStoragePath = null; field in class:BluetoothOppReceiveFileInfo
194 if (sDesiredStoragePath == null) {
195 sDesiredStoragePath = Environment.getExternalStorageDirectory().getPath() +
201 if (!canonicalPath.startsWith(sDesiredStoragePath)) {

Completed in 68 milliseconds