Home
last modified time | relevance | path

Searched refs:shouldIncludeInModified (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DProgramInfoCache.java158 if (!shouldIncludeInModified(newInfo)) { in filterAndUpdateFromInternal()
191 if (!passesFilter(primaryId) || !shouldIncludeInModified(info)) { in filterAndApplyChunkInternal()
254 private boolean shouldIncludeInModified(RadioManager.ProgramInfo newInfo) { in shouldIncludeInModified() method in ProgramInfoCache
/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
DProgramInfoCache.java184 if (!shouldIncludeInModified(newInfo)) { in filterAndUpdateFromInternal()
223 if (!passesFilter(primaryId) || !shouldIncludeInModified(info)) { in filterAndApplyChunkInternal()
287 private boolean shouldIncludeInModified(RadioManager.ProgramInfo newInfo) { in shouldIncludeInModified() method in ProgramInfoCache