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

/frameworks/base/core/java/android/preference/
H A DPreference.java108 private List<Preference> mDependents; field in class:Preference
1050 if (mDependents == null) {
1051 mDependents = new ArrayList<Preference>();
1054 mDependents.add(dependent);
1068 if (mDependents != null) {
1069 mDependents.remove(dependent);
1081 final List<Preference> dependents = mDependents;

Completed in 40 milliseconds