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

  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 65 (RestrictionsManager) getActivity().getSystemService(Context.RESTRICTIONS_SERVICE);
  /developers/samples/android/admin/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 65 (RestrictionsManager) getActivity().getSystemService(Context.RESTRICTIONS_SERVICE);
  /development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
AppRestrictionSchemaFragment.java 65 (RestrictionsManager) getActivity().getSystemService(Context.RESTRICTIONS_SERVICE);
  /packages/apps/Settings/src/com/android/settings/
RestrictedSettingsFragment.java 88 mRestrictionsManager = (RestrictionsManager) getSystemService(Context.RESTRICTIONS_SERVICE);
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 186 (RestrictionsManager) activity.getSystemService(Context.RESTRICTIONS_SERVICE);
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 186 (RestrictionsManager) activity.getSystemService(Context.RESTRICTIONS_SERVICE);
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 186 (RestrictionsManager) activity.getSystemService(Context.RESTRICTIONS_SERVICE);
  /frameworks/base/services/restrictions/java/com/android/server/restrictions/
RestrictionsManagerService.java 55 * Context.RESTRICTIONS_SERVICE.
71 publishBinderService(Context.RESTRICTIONS_SERVICE, mRestrictionsManagerImpl);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 671 registerService(RESTRICTIONS_SERVICE, new ServiceFetcher() {
673 IBinder b = ServiceManager.getService(RESTRICTIONS_SERVICE);
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 617 milliseconds