Searched refs:changeIntent (Results 1 – 1 of 1) sorted by relevance
4490 final Intent changeIntent = new Intent(Intent.ACTION_APPLICATION_RESTRICTIONS_CHANGED); in setApplicationRestrictions() local4491 changeIntent.setPackage(packageName); in setApplicationRestrictions()4492 changeIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in setApplicationRestrictions()4493 mContext.sendBroadcastAsUser(changeIntent, UserHandle.of(userId)); in setApplicationRestrictions()