HomeSort by relevance Sort by last modified time
    Searched refs:customIntent (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 153 final Intent customIntent = new Intent();
154 customIntent.setClass(context, CustomRestrictionsActivity.class);
155 extras.putParcelable(Intent.EXTRA_RESTRICTIONS_INTENT, customIntent);
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 153 final Intent customIntent = new Intent();
154 customIntent.setClass(context, CustomRestrictionsActivity.class);
155 extras.putParcelable(Intent.EXTRA_RESTRICTIONS_INTENT, customIntent);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java 153 final Intent customIntent = new Intent();
154 customIntent.setClass(context, CustomRestrictionsActivity.class);
155 extras.putParcelable(Intent.EXTRA_RESTRICTIONS_INTENT, customIntent);

Completed in 411 milliseconds