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.java227 if (isRecognizedFileType(context, path, mimetype)) { in openReceivedFile()
274 public static boolean isRecognizedFileType(Context context, Uri fileUri, String mimetype) { in isRecognizedFileType() method in BluetoothOppUtility