OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CUSTOM_RESTRICTIONS_INTENT
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java
608
private static final String
CUSTOM_RESTRICTIONS_INTENT
= Intent.EXTRA_RESTRICTIONS_INTENT;
626
Intent restrictionsIntent = results.getParcelable(
CUSTOM_RESTRICTIONS_INTENT
);
[
all
...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java
649
private static final String
CUSTOM_RESTRICTIONS_INTENT
= Intent.EXTRA_RESTRICTIONS_INTENT;
664
Intent restrictionsIntent = results.getParcelable(
CUSTOM_RESTRICTIONS_INTENT
);
[
all
...]
Completed in 1374 milliseconds