Searched defs:mLastNotificationTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DCopyService.java80 private long mLastNotificationTime; field in class:CopyService
228 mLastNotificationTime = 0;
334 if (currentTime - mLastNotificationTime > 1000) {
345 mLastNotificationTime = currentTime;

Completed in 130 milliseconds