Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppSendFileInfo.java191 if (fromExternal && !BluetoothOppUtility.isInExternalStorageDir(uri)) { in generateFileInfo()
DBluetoothOppUtility.java493 static boolean isInExternalStorageDir(Uri uri) { in isInExternalStorageDir() method in BluetoothOppUtility