Searched defs:MtpDeviceIndex (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DMtpDeviceIndex.java65 public class MtpDeviceIndex { class
122 private static final MtpDeviceIndex sInstance = new MtpDeviceIndex();
126 public static MtpDeviceIndex getInstance() {
130 private MtpDeviceIndex() { method in class:MtpDeviceIndex
487 MtpDeviceIndex.this.mUnifiedLookupIndex = mUnifiedLookupIndex;
488 MtpDeviceIndex.this.mMtpObjects = mMtpObjects;
489 MtpDeviceIndex.this.mBuckets = mBuckets;
500 synchronized (MtpDeviceIndex.this) {
510 synchronized (MtpDeviceIndex
[all...]

Completed in 53 milliseconds