Searched refs:mScanStartTime (Results 1 – 1 of 1) sorted by relevance
356 long mScanStartTime; field in MediaProvider.DatabaseHelper3408 database.mScanStartTime = SystemClock.currentTimeMicro(); in insertInternal()3598 dbhelper.mScanStartTime = SystemClock.currentTimeMicro(); in insertInternal()5703 if (dbh.mScanStartTime != 0) { in dump()5705 dbh.mScanStartTime / 1000, in dump()5710 if (now < dbh.mScanStartTime) { in dump()5714 (now - dbh.mScanStartTime) / 1000000) + ")"); in dump()5715 if (dbh.mScanStopTime < dbh.mScanStartTime) { in dump()