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

  /packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/
CarrierConfigTest.java 136 AssetManager assetMgr = getInstrumentation().getTargetContext().getAssets();
138 String[] files = assetMgr.list("");
147 parser.setInput(assetMgr.open(fileName), "utf-8");
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
AvgBrightnessFilterTest.java 33 private AssetManager assetMgr = null;
36 assetMgr = mffContext.getApplicationContext().getAssets();
47 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
ContrastRatioFilterTest.java 39 private AssetManager assetMgr = null;
43 assetMgr = mffContext.getApplicationContext().getAssets();
55 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
ExposureFilterTest.java 38 private AssetManager assetMgr = null;
41 assetMgr = mffContext.getApplicationContext().getAssets();
52 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
IfElseFilterTest.java 43 private AssetManager assetMgr = null;
46 assetMgr = mffContext.getApplicationContext().getAssets();
59 Bitmap videoBitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
61 Bitmap imageBitmap = BitmapFactory.decodeStream(assetMgr.open("XZZ019.jpg"));
90 Bitmap videoBitmap = BitmapFactory.decodeStream(assetMgr.open("0002_000390.jpg"));
92 Bitmap imageBitmap = BitmapFactory.decodeStream(assetMgr.open("XZZ019.jpg"));
FaceSquareFilterTest.java 45 private AssetManager assetMgr = null;
48 assetMgr = mffContext.getApplicationContext().getAssets();
62 Bitmap bitmap = BitmapFactory.decodeStream(assetMgr.open("XZZ019.jpg"));

Completed in 527 milliseconds