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

  /development/samples/AppLimits/src/com/example/android/applimits/
CustomRestrictionsActivity.java 71 && savedInstanceState.containsKey(Intent.EXTRA_RESTRICTIONS_LIST)) {
73 Intent.EXTRA_RESTRICTIONS_LIST);
128 intent.putParcelableArrayListExtra(Intent.EXTRA_RESTRICTIONS_LIST,
135 outState.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST,
154 intent.putParcelableArrayListExtra(Intent.EXTRA_RESTRICTIONS_LIST,
GetRestrictionsReceiver.java 107 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
135 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 65 milliseconds