Home
last modified time | relevance | path

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

/packages/apps/Music/src/com/android/music/
DSharedPreferencesCompat.java29 private static final Method sApplyMethod = findApplyMethod(); field in SharedPreferencesCompat
42 if (sApplyMethod != null) { in apply()
44 sApplyMethod.invoke(editor); in apply()