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

  /development/samples/AppLimits/src/com/example/android/applimits/
GetRestrictionsReceiver.java 131 Intent customIntent = new Intent();
132 customIntent.setClass(context, CustomRestrictionsActivity.class);
133 extras.putParcelable(Intent.EXTRA_RESTRICTIONS_INTENT, customIntent);
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java     [all...]

Completed in 28 milliseconds