()
| 610 | } |
| 611 | |
| 612 | public static String getStoragePath(){ |
| 613 | return mStoragePath; |
| 614 | } |
| 615 | |
| 616 | public static SharedPreferences getSettings(){ |
| 617 | return PreferenceManager.getDefaultSharedPreferences(mContext); |
no outgoing calls
no test coverage detected