Searched refs:changeIntent (Results 1 – 1 of 1) sorted by relevance
1564 Intent changeIntent = new Intent(Intent.ACTION_APPLICATION_RESTRICTIONS_CHANGED); in setApplicationRestrictions() local1565 changeIntent.setPackage(packageName); in setApplicationRestrictions()1566 changeIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in setApplicationRestrictions()1567 mContext.sendBroadcastAsUser(changeIntent, new UserHandle(userId)); in setApplicationRestrictions()