Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java520 final String legacyPath = new File(System.getenv("EXTERNAL_STORAGE")).toString(); in isInExternalStorageDir() local
522 if (canonicalPath.startsWith(legacyPath)) { in isInExternalStorageDir()
526 canonicalPath.substring(legacyPath.length() + 1)); in isInExternalStorageDir()