OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentRatingLevel
(Results
1 - 4
of
4
) sorted by null
/packages/apps/TV/src/com/android/tv/parental/
ContentRatingLevelPolicy.java
24
import com.android.tv.util.TvSettings.
ContentRatingLevel
;
38
@
ContentRatingLevel
int level) {
ParentalControlSettings.java
26
import com.android.tv.util.TvSettings.
ContentRatingLevel
;
109
@
ContentRatingLevel
int currentLevel = getContentRatingLevel();
117
@
ContentRatingLevel
int level) {
118
@
ContentRatingLevel
int currentLevel = getContentRatingLevel();
136
@
ContentRatingLevel
/packages/apps/TV/src/com/android/tv/util/
TvSettings.java
89
public @interface
ContentRatingLevel
{}
231
@
ContentRatingLevel
239
@
ContentRatingLevel
int level) {
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
RatingsFragment.java
40
import com.android.tv.util.TvSettings.
ContentRatingLevel
;
83
@
ContentRatingLevel
int currentLevel =
169
@
ContentRatingLevel
int ratingLevel = mParentalControlSettings.getContentRatingLevel();
Completed in 503 milliseconds