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

/frameworks/ex/common/java/com/android/common/
H A DSharedPreferencesCompat.java29 private static Method sApplyMethod; // final field in class:SharedPreferencesCompat
33 sApplyMethod = cls.getMethod("apply");
35 sApplyMethod = null;
40 if (sApplyMethod != null) {
42 sApplyMethod.invoke(editor);
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexExtractor.java355 private static Method sApplyMethod; // final field in class:MultiDexExtractor
359 sApplyMethod = cls.getMethod("apply");
361 sApplyMethod = null;
366 if (sApplyMethod != null) {
368 sApplyMethod.invoke(editor);

Completed in 541 milliseconds