Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/dialog/
DIndeterminateProgressDialog.java50 private long mShowTime = 0; field in IndeterminateProgressDialog
75 dialogFragment.mShowTime = System.currentTimeMillis(); in show()
174 final long shownTime = System.currentTimeMillis() - mShowTime; in dismissWhenReady()