HomeSort by relevance Sort by last modified time
    Searched defs:readAsset (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
OwnersTest.java 44 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test01/input.xml"));
97 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test02/input.xml"));
155 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test03/input.xml"));
233 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test04/input.xml"));
343 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test05/input.xml"));
399 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test06/input.xml"));
453 DpmTestUtils.readAsset(mRealTestContext, "OwnersTest/test04/input.xml"));
DpmTestUtils.java 114 public static String readAsset(Context context, String assetPath) throws IOException {
  /frameworks/base/core/java/android/content/res/
AssetManager.java 641 return readAsset(mAsset, b, 0, b.length);
644 return readAsset(mAsset, b, off, len);
809 private native final int readAsset(long asset, byte[] b, int off, int len);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 150 milliseconds