Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java264 if (isRecognizedFileType(context, path, mimetype)) { in openReceivedFile()
310 public static boolean isRecognizedFileType(Context context, Uri fileUri, String mimetype) { in isRecognizedFileType() method in BluetoothOppUtility
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppUtilityTest.java340 BluetoothOppUtility.isRecognizedFileType( in isRecognizedFileType_withWrongFileUriAndMimeType_returnFalse()