Lines Matching refs:getApplicationRestrictions
363 {@link android.content.RestrictionsManager#getApplicationRestrictions
364 getApplicationRestrictions()} method:
367 <pre>Bundle appRestrictions = myRestrictionsMgr.getApplicationRestrictions();</pre>
372 {@link android.os.UserManager#getApplicationRestrictions
373 UserManager.getApplicationRestrictions()}. This method behaves exactly the
374 same as {@link android.content.RestrictionsManager#getApplicationRestrictions
375 RestrictionsManager.getApplicationRestrictions()}.
379 The {@link android.content.RestrictionsManager#getApplicationRestrictions
380 getApplicationRestrictions()} method requires reading from data storage, so
395 The {@link android.content.RestrictionsManager#getApplicationRestrictions
396 getApplicationRestrictions()} method returns a {@link android.os.Bundle}
500 Bundle appRestrictions = myRestrictionsMgr.getApplicationRestrictions();