Searched refs:changeIntent (Results 1 – 1 of 1) sorted by relevance
3088 Intent changeIntent = new Intent(Intent.ACTION_APPLICATION_RESTRICTIONS_CHANGED); in setApplicationRestrictions() local3089 changeIntent.setPackage(packageName); in setApplicationRestrictions()3090 changeIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in setApplicationRestrictions()3091 mContext.sendBroadcastAsUser(changeIntent, UserHandle.of(userId)); in setApplicationRestrictions()