Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 3 of 3) sorted by relevance

/pdk/apps/CameraITS/service/src/com/android/camera2/its/
DLogt.java22 public static void i(String tag, String msg) { in i()
26 public static void e(String tag, String msg) { in e()
30 public static void w(String tag, String msg) { in w()
34 public static void e(String tag, String msg, Throwable tr) { in e()
DItsService.java332 String tag = null; in run() local
554 public void sendResponse(String tag, String str, JSONObject obj, ByteBuffer bbuf) in sendResponse()
585 public void sendResponse(String tag, String str) in sendResponse()
590 public void sendResponse(String tag, JSONObject obj) in sendResponse()
595 public void sendResponseCaptureBuffer(String tag, ByteBuffer bbuf) in sendResponseCaptureBuffer()
/pdk/apps/TestingCamera/src/com/android/testingcamera/
DSnapshotDialogFragment.java121 private String getAttrib(ExifInterface exif, String tag) { in getAttrib()