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

  /frameworks/base/core/tests/coretests/src/android/content/
RestrictionsManagerTest.java 33 mRm = (RestrictionsManager) mContext.getSystemService(Context.RESTRICTIONS_SERVICE);
  /packages/apps/Settings/src/com/android/settings/
RestrictedSettingsFragment.java 84 mRestrictionsManager = (RestrictionsManager) getSystemService(Context.RESTRICTIONS_SERVICE);
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 87 (RestrictionsManager) getActivity().getSystemService(Context.RESTRICTIONS_SERVICE);
  /developers/samples/android/admin/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 87 (RestrictionsManager) getActivity().getSystemService(Context.RESTRICTIONS_SERVICE);
  /development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
AppRestrictionSchemaFragment.java 87 (RestrictionsManager) getActivity().getSystemService(Context.RESTRICTIONS_SERVICE);
  /frameworks/base/services/restrictions/java/com/android/server/restrictions/
RestrictionsManagerService.java 40 * Context.RESTRICTIONS_SERVICE.
56 publishBinderService(Context.RESTRICTIONS_SERVICE, mRestrictionsManagerImpl);
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 182 (RestrictionsManager) activity.getSystemService(Context.RESTRICTIONS_SERVICE);
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 182 (RestrictionsManager) activity.getSystemService(Context.RESTRICTIONS_SERVICE);
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 182 (RestrictionsManager) activity.getSystemService(Context.RESTRICTIONS_SERVICE);
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 570 registerService(Context.RESTRICTIONS_SERVICE, RestrictionsManager.class,
574 IBinder b = ServiceManager.getService(Context.RESTRICTIONS_SERVICE);
    [all...]
  /frameworks/base/core/java/android/content/
Context.java     [all...]

Completed in 171 milliseconds