Home | History | Annotate | Download | only in testingcamera

Lines Matching refs:SimpleDateFormat

59 import java.text.SimpleDateFormat;
1290 @SuppressLint("SimpleDateFormat")
1314 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date());
1531 @SuppressLint("SimpleDateFormat")
1532 SimpleDateFormat mDateFormatter = new SimpleDateFormat("HH:mm:ss.SSS");