Home
last modified time | relevance | path

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

/packages/apps/DevCamera/src/com/android/devcamera/
DDevCameraActivity.java426fileNameToast(String.format("Saved %dx%d and %d bytes JPEG to %s in %d ms.", x, y, jpegData.length… in jpegAvailable()
436fileNameToast(String.format("Processing JPEG #%d %dx%d and %d bytes in %d ms.", ++mJpegCounter, x,… in jpegAvailable()
454 public void fileNameToast(String s) { in fileNameToast() method in DevCameraActivity