(Context context)
| 3929 | } |
| 3930 | |
| 3931 | static void clearAll(Context context) { |
| 3932 | ActivityManager am = Helper.getSystemService(context, ActivityManager.class); |
| 3933 | am.clearApplicationUserData(); |
| 3934 | } |
| 3935 | |
| 3936 | static class MaximumLengthStream extends FilterInputStream { |
| 3937 | private int max; |
no test coverage detected