()
| 500 | } |
| 501 | |
| 502 | public static String getDefaultMsfPath() { |
| 503 | return mContext.getFilesDir().getAbsolutePath() + "/msf"; |
| 504 | } |
| 505 | |
| 506 | public static String getMsfPath() { |
| 507 | return getSettings().getString("MSF_DIR", getDefaultMsfPath()); |
no outgoing calls
no test coverage detected