Searched refs:changeIntent (Results 1 – 1 of 1) sorted by relevance
3182 Intent changeIntent = new Intent(Intent.ACTION_APPLICATION_RESTRICTIONS_CHANGED); in setApplicationRestrictions() local3183 changeIntent.setPackage(packageName); in setApplicationRestrictions()3184 changeIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in setApplicationRestrictions()3185 mContext.sendBroadcastAsUser(changeIntent, UserHandle.of(userId)); in setApplicationRestrictions()