Home
last modified time | relevance | path

Searched refs:readAsset (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java102 DpmTestUtils.readAsset(mRealTestContext, in testMigration()
107 DpmTestUtils.readAsset(mRealTestContext, in testMigration()
112 DpmTestUtils.readAsset(mRealTestContext, in testMigration()
116 DpmTestUtils.readAsset(mRealTestContext, in testMigration()
241 DpmTestUtils.readAsset(mRealTestContext, in testMigration2_profileOwnerOnUser0()
246 DpmTestUtils.readAsset(mRealTestContext, in testMigration2_profileOwnerOnUser0()
328 DpmTestUtils.readAsset(mRealTestContext, in testMigration3_managedProfileOwner()
332 DpmTestUtils.readAsset(mRealTestContext, in testMigration3_managedProfileOwner()
336 DpmTestUtils.readAsset(mRealTestContext, in testMigration3_managedProfileOwner()
DOwnersTest.java65 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test01/input.xml")); in testUpgrade01()
133 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test02/input.xml")); in testUpgrade02()
200 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test03/input.xml")); in testUpgrade03()
287 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test04/input.xml")); in testUpgrade04()
445 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test05/input.xml")); in testUpgrade05()
510 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test06/input.xml")); in testUpgrade06()
573 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test04/input.xml")); in testRemoveExistingFiles()
DDpmTestUtils.java134 public static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in DpmTestUtils
DPolicyVersionUpgraderTest.java215 DpmTestUtils.readAsset(mRealTestContext, in preparePoliciesFile()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/
DReportEncoderTests.java98 writeToFile(outFile, readAsset(context, xmlAsset)); in copyWatchlistConfigXml()
101 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in ReportEncoderTests
DWatchlistSettingsTests.java113 writeToFile(outFile, readAsset(context, xmlAsset)); in copyWatchlistSettingsXml()
116 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in WatchlistSettingsTests
DWatchlistConfigTests.java140 writeToFile(outFile, readAsset(context, xmlAsset)); in copyWatchlistConfigXml()
143 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in WatchlistConfigTests