Searched refs:customIntent (Results 1 – 1 of 1) sorted by relevance
153 final Intent customIntent = new Intent(); in createRestrictions() local154 customIntent.setClass(context, CustomRestrictionsActivity.class); in createRestrictions()155 extras.putParcelable(Intent.EXTRA_RESTRICTIONS_INTENT, customIntent); in createRestrictions()