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

/frameworks/base/core/java/android/preference/
H A DPreference.java131 private List<Preference> mDependents; field in class:Preference
1205 if (mDependents == null) {
1206 mDependents = new ArrayList<Preference>();
1209 mDependents.add(dependent);
1223 if (mDependents != null) {
1224 mDependents.remove(dependent);
1236 final List<Preference> dependents = mDependents;

Completed in 22 milliseconds