Home
last modified time | relevance | path

Searched refs:sApplyMethod (Results 1 – 1 of 1) sorted by relevance

/frameworks/ex/common/java/com/android/common/
DSharedPreferencesCompat.java29 private static Method sApplyMethod; // final field in SharedPreferencesCompat
33 sApplyMethod = cls.getMethod("apply");
35 sApplyMethod = null;
40 if (sApplyMethod != null) { in apply()
42 sApplyMethod.invoke(editor); in apply()