Searched refs:mMountFilter (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAbstractGalleryActivity.java71 private IntentFilter mMountFilter = new IntentFilter(Intent.ACTION_MEDIA_MOUNTED); field in class:AbstractGalleryActivity
181 registerReceiver(mMountReceiver, mMountFilter);

Completed in 26 milliseconds