Searched refs:mScanSuccess (Results 1 – 1 of 1) sorted by relevance
491 private boolean mScanSuccess; field in MediaScanner.MyMediaScannerClient506 mScanSuccess = true; in beginFile()639 mScanSuccess = processFile(path, mimeType, this);643 mScanSuccess = processImageFile(path);647 boolean ringtones = mScanSuccess && (lowpath.indexOf(RINGTONES_DIR) > 0);648 boolean notifications = mScanSuccess &&650 boolean alarms = mScanSuccess && (lowpath.indexOf(ALARMS_DIR) > 0);651 boolean podcasts = mScanSuccess && (lowpath.indexOf(PODCAST_DIR) > 0);652 boolean music = mScanSuccess && ((lowpath.indexOf(MUSIC_DIR) > 0) ||886 } else if (mScanSuccess && MediaFile.isAudioFileType(mFileType)) {[all …]