Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
H A DContentProtectionBlocklistManager.java89 List<String> lines = readLinesFromRawFile(PACKAGE_NAME_BLOCKLIST_FILENAME); in readPackageNameBlocklist()
98 protected List<String> readLinesFromRawFile(@NonNull String filename) { in readLinesFromRawFile() method in ContentProtectionBlocklistManager
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/
H A DContentProtectionBlocklistManagerTest.java231 protected List<String> readLinesFromRawFile(@NonNull String filename) { in readLinesFromRawFile() method in ContentProtectionBlocklistManagerTest.TestContentProtectionBlocklistManager