Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java66 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()
DOwnersTest.java46 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test01/input.xml")); in testUpgrade01()
99 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test02/input.xml")); in testUpgrade02()
157 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test03/input.xml")); in testUpgrade03()
235 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test04/input.xml")); in testUpgrade04()
345 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test05/input.xml")); in testUpgrade05()
401 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test06/input.xml")); in testUpgrade06()
455 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test04/input.xml")); in testRemoveExistingFiles()
DDpmTestUtils.java114 public static String readAsset(Context context, String assetPath) throws IOException { in readAsset() method in DpmTestUtils
/frameworks/base/core/java/android/content/res/
DAssetManager.java647 return readAsset(mAsset, b, 0, b.length); in read()
650 return readAsset(mAsset, b, off, len); in read()
815 private native final int readAsset(long asset, byte[] b, int off, int len); in readAsset() method in AssetManager