Searched refs:persistInt (Results 1 – 3 of 3) sorted by relevance
158 protected boolean persistInt(int value) { in persistInt() method in CustomPreference159 return super.persistInt(value); in persistInt()
194 mCustomPreference.persistInt(expected); in testPersistInt()
527 persistInt(value); in putInt()