Searched refs:readAsset (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceMigrationTest.java | 69 DpmTestUtils.readAsset(mRealTestContext, in testMigration() 74 DpmTestUtils.readAsset(mRealTestContext, in testMigration() 79 DpmTestUtils.readAsset(mRealTestContext, in testMigration() 83 DpmTestUtils.readAsset(mRealTestContext, in testMigration() 209 DpmTestUtils.readAsset(mRealTestContext, in testMigration2_profileOwnerOnUser0() 214 DpmTestUtils.readAsset(mRealTestContext, in testMigration2_profileOwnerOnUser0()
|
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 | 614 return readAsset(mAsset, b, 0, b.length); in read() 617 return readAsset(mAsset, b, off, len); in read() 782 private native final int readAsset(long asset, byte[] b, int off, int len); in readAsset() method in AssetManager
|