Uses of Class
android.location.Criteria

Packages that use Criteria
android.location   
 

Uses of Criteria in android.location
 

Fields in android.location with type parameters of type Criteria
static Parcelable.Creator<Criteria> Criteria.CREATOR
           
 

Methods in android.location with parameters of type Criteria
 String LocationManager.getBestProvider(Criteria criteria, boolean enabledOnly)
           
 List<String> LocationManager.getProviders(Criteria criteria, boolean enabledOnly)
           
 boolean LocationProvider.meetsCriteria(Criteria criteria)
           
 void LocationManager.requestLocationUpdates(long minTime, float minDistance, Criteria criteria, LocationListener listener, Looper looper)
           
 void LocationManager.requestLocationUpdates(long minTime, float minDistance, Criteria criteria, PendingIntent intent)
           
 void LocationManager.requestSingleUpdate(Criteria criteria, LocationListener listener, Looper looper)
           
 void LocationManager.requestSingleUpdate(Criteria criteria, PendingIntent intent)
           
 

Constructors in android.location with parameters of type Criteria
Criteria(Criteria criteria)
           
 



Copyright © 2008-2012. All Rights Reserved.