Searched refs:changeIntent (Results 1 – 1 of 1) sorted by relevance
4081 final Intent changeIntent = new Intent(Intent.ACTION_APPLICATION_RESTRICTIONS_CHANGED); in setApplicationRestrictions() local4082 changeIntent.setPackage(packageName); in setApplicationRestrictions()4083 changeIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in setApplicationRestrictions()4084 mContext.sendBroadcastAsUser(changeIntent, UserHandle.of(userId)); in setApplicationRestrictions()