Uses of Interface
android.content.ServiceConnection

Packages that use ServiceConnection
android.content   
android.media   
 

Uses of ServiceConnection in android.content
 

Methods in android.content with parameters of type ServiceConnection
abstract  boolean Context.bindService(Intent service, ServiceConnection conn, int flags)
           
 boolean ContextWrapper.bindService(Intent service, ServiceConnection conn, int flags)
           
abstract  void Context.unbindService(ServiceConnection conn)
           
 void ContextWrapper.unbindService(ServiceConnection conn)
           
 

Uses of ServiceConnection in android.media
 

Classes in android.media that implement ServiceConnection
 class MediaScannerConnection
           
 



Copyright © 2008-2010. All Rights Reserved.