Home
last modified time | relevance | path

Searched refs:mCheckConsistency (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/mtp/
DMtpStorageManager.java343 private volatile boolean mCheckConsistency; field in MtpStorageManager
354 mCheckConsistency = false; // Set to true to turn on automatic consistency checking in MtpStorageManager()
356 while (mCheckConsistency) { in MtpStorageManager()
369 if (mCheckConsistency) in MtpStorageManager()
391 if (mCheckConsistency) { in close()
392 mCheckConsistency = false; in close()