Home | History | Annotate | Download | only in preference

Lines Matching defs:mDependencyKey

141     private String mDependencyKey;
300 mDependencyKey = TypedArrayUtils.getString(a, R.styleable.Preference_dependency,
1324 if (TextUtils.isEmpty(mDependencyKey)) return;
1326 Preference preference = findPreferenceInHierarchy(mDependencyKey);
1330 throw new IllegalStateException("Dependency \"" + mDependencyKey
1336 if (mDependencyKey != null) {
1337 final Preference oldDependency = findPreferenceInHierarchy(mDependencyKey);
1468 mDependencyKey = dependencyKey;
1479 return mDependencyKey;