Home
last modified time | relevance | path

Searched defs:isRepeat (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DSectionSettings.java34 SectionSettings(int mainType, boolean crcEnabled, boolean isRepeat, boolean isRaw) { in SectionSettings()
51 public boolean isRepeat() { in isRepeat() method in SectionSettings
90 public T setRepeat(boolean isRepeat) { in setRepeat()
H A DSectionSettingsWithTableInfo.java32 private SectionSettingsWithTableInfo(int mainType, boolean isCheckCrc, boolean isRepeat, in SectionSettingsWithTableInfo()
H A DSectionSettingsWithSectionBits.java34 private SectionSettingsWithSectionBits(int mainType, boolean isCheckCrc, boolean isRepeat, in SectionSettingsWithSectionBits()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java329 private synchronized boolean isRepeat(Context context, Bundle extras) { in isRepeat() method in ZenModeFiltering.RepeatCallers
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp3413 bool isRepeat = static_cast<bool>( in getFilterSectionSettings() local