Searched refs:readAsset (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceMigrationTest.java | 102 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()
|
D | OwnersTest.java | 65 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()
|
D | DpmTestUtils.java | 134 public static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in DpmTestUtils
|
D | PolicyVersionUpgraderTest.java | 215 DpmTestUtils.readAsset(mRealTestContext, in preparePoliciesFile()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/ |
D | ReportEncoderTests.java | 98 writeToFile(outFile, readAsset(context, xmlAsset)); in copyWatchlistConfigXml() 101 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in ReportEncoderTests
|
D | WatchlistSettingsTests.java | 113 writeToFile(outFile, readAsset(context, xmlAsset)); in copyWatchlistSettingsXml() 116 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in WatchlistSettingsTests
|
D | WatchlistConfigTests.java | 140 writeToFile(outFile, readAsset(context, xmlAsset)); in copyWatchlistConfigXml() 143 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in WatchlistConfigTests
|