Searched refs:ACTION_USER_RESTRICTIONS_CHANGED (Results 1 – 7 of 7) sorted by relevance
65 mContext.sendBroadcast(new Intent(UserManager.ACTION_USER_RESTRICTIONS_CHANGED)); in test_nullIntent_noUpdate()76 mContext.sendBroadcast(new Intent(UserManager.ACTION_USER_RESTRICTIONS_CHANGED)); in test_userRestrictionsNotChanged_noUpdate()88 mContext.sendBroadcast(new Intent(UserManager.ACTION_USER_RESTRICTIONS_CHANGED)); in test_userRestrictionToggled_shouldUpdate()91 mContext.sendBroadcast(new Intent(UserManager.ACTION_USER_RESTRICTIONS_CHANGED)); in test_userRestrictionToggled_shouldUpdate()
2655 mContext.sendBroadcast(new Intent(UserManager.ACTION_USER_RESTRICTIONS_CHANGED)); in testSetAllowedNetworkTypes_admin2gRestrictionHonored()
64 filter.addAction(UserManager.ACTION_USER_RESTRICTIONS_CHANGED); in register()84 if (UserManager.ACTION_USER_RESTRICTIONS_CHANGED.equals(action)) { in onReceive()
46 filter.addAction(UserManager.ACTION_USER_RESTRICTIONS_CHANGED); in TelephonyAdminReceiver()54 if (!intent.getAction().equals(UserManager.ACTION_USER_RESTRICTIONS_CHANGED)) { in onReceive()
2188 public static final String ACTION_USER_RESTRICTIONS_CHANGED = field in UserManager
3562 final Intent broadcast = new Intent(UserManager.ACTION_USER_RESTRICTIONS_CHANGED) in propagateUserRestrictionsLR()
11285 …field public static final String ACTION_USER_RESTRICTIONS_CHANGED = "android.os.action.USER_RESTRI…