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

/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java113 private HashMap<Integer, AppRestrictionsPreference> mCustomRequestMap =
114 new HashMap<Integer,AppRestrictionsPreference>();
155 static class AppRestrictionsPreference extends SwitchPreference { class in class:AppRestrictionsFragment
163 AppRestrictionsPreference(Context context, OnClickListener listener) { method in class:AppRestrictionsFragment.AppRestrictionsPreference
318 AppRestrictionsPreference pref = (AppRestrictionsPreference)
408 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference(
660 AppRestrictionsPreference p = new AppRestrictionsPreference(contex
[all...]

Completed in 14 milliseconds