package com.example.android.sampleapp.util; public class CurrentTime { public long currentTimeMillis() { return System.currentTimeMillis(); } }