(String mimeType)
| 1010 | } |
| 1011 | |
| 1012 | private boolean isDirectory(String mimeType) { |
| 1013 | return DocumentsContract.Document.MIME_TYPE_DIR.equals(mimeType); |
| 1014 | } |
| 1015 | |
| 1016 | private void getStats(String filename, CallbackContext callback) { |
| 1017 | cordova |
no outgoing calls
no test coverage detected