()
| 50 | private static boolean mWritingEnabled = F; |
| 51 | |
| 52 | public static void save() { |
| 53 | if (sLangFile != null) { |
| 54 | mWritingEnabled = T; |
| 55 | sLangFile.save(); |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | public static synchronized void set(String aKey, String aEnglish) { |
| 60 | BACKUPMAP.put(aKey, aEnglish); |
no outgoing calls
no test coverage detected