Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java201 if (isRecognizedFileType(context, path, mimetype)) { in openReceivedFile()
240 public static boolean isRecognizedFileType(Context context, Uri fileUri, String mimetype) { in isRecognizedFileType() method in BluetoothOppUtility