Searched refs:bitmapName (Results 1 – 1 of 1) sorted by relevance
102 private static void logIfBitmapSolidColor(String bitmapName, Bitmap bitmap) { in logIfBitmapSolidColor() argument112 Log.w(TAG, String.format("%s entire bitmap color is %x", bitmapName, firstColor)); in logIfBitmapSolidColor()116 String bitmapName = testName + "_" + fileName; in saveFile() local117 Log.d(TAG, "Saving file : " + bitmapName + " in directory : " + className); in saveFile()118 logIfBitmapSolidColor(bitmapName, bitmap); in saveFile()120 File file = new File(CAPTURE_SUB_DIRECTORY + className, bitmapName); in saveFile()