Home
last modified time | relevance | path

Searched refs:customIntent (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DGetRestrictionsReceiver.java153 final Intent customIntent = new Intent(); in createRestrictions() local
154 customIntent.setClass(context, CustomRestrictionsActivity.class); in createRestrictions()
155 extras.putParcelable(Intent.EXTRA_RESTRICTIONS_INTENT, customIntent); in createRestrictions()