Lines Matching refs:RestrictionsManager
44 term (such as {@link android.content.RestrictionsManager}). However, these
79 android.content.RestrictionsManager} object to check the current
87 broadcast, check the {@link android.content.RestrictionsManager} to see what
120 the reference for {@link android.content.RestrictionsManager}. The file has a
162 documented in the reference for {@link android.content.RestrictionsManager}.
202 {@link android.content.RestrictionsManager} object. Your app should
218 To get a {@link android.content.RestrictionsManager} object, get the current
224 <pre>RestrictionsManager myRestrictionsMgr =
225 (RestrictionsManager) getActivity()
229 Once you have a {@link android.content.RestrictionsManager}, you can get the
231 {@link android.content.RestrictionsManager#getApplicationRestrictions
242 same as {@link android.content.RestrictionsManager#getApplicationRestrictions
243 RestrictionsManager.getApplicationRestrictions()}.
247 The {@link android.content.RestrictionsManager#getApplicationRestrictions
263 The {@link android.content.RestrictionsManager#getApplicationRestrictions