Uses of Class
android.os.WorkSource

Packages that use WorkSource
android.net.wifi   
android.os   
 

Uses of WorkSource in android.net.wifi
 

Methods in android.net.wifi with parameters of type WorkSource
 void WifiManager.WifiLock.setWorkSource(WorkSource ws)
           
 

Uses of WorkSource in android.os
 

Fields in android.os with type parameters of type WorkSource
static Parcelable.Creator<WorkSource> WorkSource.CREATOR
           
 

Methods in android.os with parameters of type WorkSource
 boolean WorkSource.add(WorkSource other)
           
 boolean WorkSource.diff(WorkSource other)
           
 boolean WorkSource.remove(WorkSource other)
           
 void WorkSource.set(WorkSource other)
           
 void PowerManager.WakeLock.setWorkSource(WorkSource ws)
           
 

Constructors in android.os with parameters of type WorkSource
WorkSource(WorkSource orig)
           
 



Copyright © 2008-2012. All Rights Reserved.