HomeSort by relevance Sort by last modified time
    Searched full:customintent (Results 1 - 3 of 3) 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...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 79 milliseconds