Home | History | Annotate | Download | only in media

Lines Matching full:scan

63  * The way the scan currently works is:
472 // we don't process playlists in the main scan, so return null
508 // rescan for metadata if file was modified since last scan
1112 // we didn't see this file in the scan directory.
1115 // the file is outside of our scan directory,
1190 long scan = System.currentTimeMillis();
1196 Log.d(TAG, " scan time: " + (scan - prescan) + "ms\n");
1197 Log.d(TAG, "postscan time: " + (end - scan) + "ms\n");
1202 Log.e(TAG, "SQLException in MediaScanner.scan()", e);
1205 Log.e(TAG, "UnsupportedOperationException in MediaScanner.scan()", e);
1207 Log.e(TAG, "RemoteException in MediaScanner.scan()", e);
1211 // this function is used to scan a single file
1218 // always scan
1450 // only process playlist files if they are new or have been modified since the last scan