FileDocCategorySizeDatePackage
MediaScannerConnection.javaAPI DocAndroid 5.1 API1501Sat Mar 14 14:09:38 GMT 2015android.media

MediaScannerConnection

public class MediaScannerConnection extends Object implements android.content.ServiceConnection

Fields Summary
Constructors Summary
public MediaScannerConnection(android.content.Context context, MediaScannerConnectionClient client)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidconnect()

 throw new RuntimeException("Stub!"); 
public voiddisconnect()

 throw new RuntimeException("Stub!"); 
public synchronized booleanisConnected()

 throw new RuntimeException("Stub!"); 
public voidonServiceConnected(android.content.ComponentName className, android.os.IBinder service)

 throw new RuntimeException("Stub!"); 
public voidonServiceDisconnected(android.content.ComponentName className)

 throw new RuntimeException("Stub!"); 
public voidscanFile(java.lang.String path, java.lang.String mimeType)

 throw new RuntimeException("Stub!"); 
public static voidscanFile(android.content.Context context, java.lang.String[] paths, java.lang.String[] mimeTypes, android.media.MediaScannerConnection$OnScanCompletedListener callback)

 throw new RuntimeException("Stub!");