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

  /frameworks/base/core/tests/coretests/src/android/content/
RestrictionsManagerTest.java 33 mRm = (RestrictionsManager) mContext.getSystemService(Context.RESTRICTIONS_SERVICE);
  /development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
AppRestrictionSchemaFragment.java 101 (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);
  /packages/apps/Settings/src/com/android/settings/
RestrictedSettingsFragment.java 102 mRestrictionsManager = (RestrictionsManager) getSystemService(Context.RESTRICTIONS_SERVICE);
  /packages/apps/Settings/src/com/android/settings/dashboard/
RestrictedDashboardFragment.java 104 mRestrictionsManager = (RestrictionsManager) getSystemService(Context.RESTRICTIONS_SERVICE);
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 129 (RestrictionsManager) getActivity().getSystemService(Context.RESTRICTIONS_SERVICE);
  /developers/samples/android/admin/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 129 (RestrictionsManager) getActivity().getSystemService(Context.RESTRICTIONS_SERVICE);
  /frameworks/base/core/java/android/content/
RestrictionsManager.java 124 @SystemService(Context.RESTRICTIONS_SERVICE)
Context.java     [all...]
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 242 (RestrictionsManager) activity.getSystemService(Context.RESTRICTIONS_SERVICE);
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 242 (RestrictionsManager) activity.getSystemService(Context.RESTRICTIONS_SERVICE);
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 242 (RestrictionsManager) activity.getSystemService(Context.RESTRICTIONS_SERVICE);
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 654 registerService(Context.RESTRICTIONS_SERVICE, RestrictionsManager.class,
658 IBinder b = ServiceManager.getServiceOrThrow(Context.RESTRICTIONS_SERVICE);
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 148 milliseconds