Searched defs:AppRestrictionsPreference (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java110 private HashMap<Integer, AppRestrictionsPreference> mCustomRequestMap =
111 new HashMap<Integer,AppRestrictionsPreference>();
152 static class AppRestrictionsPreference extends SwitchPreference { class in class:AppRestrictionsFragment
160 AppRestrictionsPreference(Context context, OnClickListener listener) { method in class:AppRestrictionsFragment.AppRestrictionsPreference
310 AppRestrictionsPreference pref = (AppRestrictionsPreference)
386 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference(
642 AppRestrictionsPreference p = new AppRestrictionsPreference(contex
[all...]

Completed in 29 milliseconds