Searched refs:readAsset (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceMigrationTest.java | 66 DpmTestUtils.readAsset(mRealTestContext, in testMigration() 71 DpmTestUtils.readAsset(mRealTestContext, in testMigration() 76 DpmTestUtils.readAsset(mRealTestContext, in testMigration() 80 DpmTestUtils.readAsset(mRealTestContext, in testMigration() 204 DpmTestUtils.readAsset(mRealTestContext, in testMigration2_profileOwnerOnUser0() 209 DpmTestUtils.readAsset(mRealTestContext, in testMigration2_profileOwnerOnUser0() 288 DpmTestUtils.readAsset(mRealTestContext, in testMigration3_managedProfileOwner() 292 DpmTestUtils.readAsset(mRealTestContext, in testMigration3_managedProfileOwner() 296 DpmTestUtils.readAsset(mRealTestContext, in testMigration3_managedProfileOwner()
|
D | OwnersTest.java | 44 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test01/input.xml")); in testUpgrade01() 97 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test02/input.xml")); in testUpgrade02() 155 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test03/input.xml")); in testUpgrade03() 233 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test04/input.xml")); in testUpgrade04() 343 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test05/input.xml")); in testUpgrade05() 399 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test06/input.xml")); in testUpgrade06() 453 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test04/input.xml")); in testRemoveExistingFiles()
|
D | DpmTestUtils.java | 114 public static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in DpmTestUtils
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 641 return readAsset(mAsset, b, 0, b.length); in read() 644 return readAsset(mAsset, b, off, len); in read() 809 private native final int readAsset(long asset, byte[] b, int off, int len); in readAsset() method in AssetManager
|