Searched refs:mScanStartTime (Results 1 – 1 of 1) sorted by relevance
367 long mScanStartTime; field in MediaProvider.DatabaseHelper3445 database.mScanStartTime = SystemClock.currentTimeMicro(); in insertInternal()3635 dbhelper.mScanStartTime = SystemClock.currentTimeMicro(); in insertInternal()5800 if (dbh.mScanStartTime != 0) { in dump()5802 dbh.mScanStartTime / 1000, in dump()5807 if (now < dbh.mScanStartTime) { in dump()5811 (now - dbh.mScanStartTime) / 1000000) + ")"); in dump()5812 if (dbh.mScanStopTime < dbh.mScanStartTime) { in dump()