Searched refs:sApplyMethod (Results 1 – 1 of 1) sorted by relevance
29 private static Method sApplyMethod; // final field in SharedPreferencesCompat33 sApplyMethod = cls.getMethod("apply");35 sApplyMethod = null;40 if (sApplyMethod != null) { in apply()42 sApplyMethod.invoke(editor); in apply()