Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/
H A DReportEncoderTests.java101 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in ReportEncoderTests
H A DWatchlistSettingsTests.java116 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in WatchlistSettingsTests
H A DWatchlistConfigTests.java143 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in WatchlistConfigTests
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestUtils.java134 public static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in DpmTestUtils
/aosp14/frameworks/base/apct-tests/perftests/rubidium/src/android/rubidium/js/
H A DJSScriptEnginePerfTests.java440 private String readAsset(@NonNull String assetName) throws IOException { in readAsset() method in JSScriptEnginePerfTests