OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restrictionsManager
(Results
1 - 2
of
2
) sorted by null
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
AppRestrictionSchemaFragment.java
20
import android.content.
RestrictionsManager
;
64
RestrictionsManager
restrictionsManager
=
65
(
RestrictionsManager
) getActivity().getSystemService(Context.RESTRICTIONS_SERVICE);
66
Bundle restrictions =
restrictionsManager
.getApplicationRestrictions();
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java
23
import android.content.
RestrictionsManager
;
185
RestrictionsManager
restrictionsManager
=
186
(
RestrictionsManager
) activity.getSystemService(Context.RESTRICTIONS_SERVICE);
188
restrictionsManager
.getManifestRestrictions(PACKAGE_NAME_APP_RESTRICTION_SCHEMA);
Completed in 43 milliseconds