Lines Matching full:provider
23 * An abstract superclass for location providers. A location provider
27 * <p> Each provider has a set of criteria under which it may be used;
52 * Constructs a LocationProvider with the given name. Provider names must
61 throw new IllegalArgumentException("provider name contains illegal character: " + name);
68 * Returns the name of this provider.
75 * Returns true if this provider meets the given criteria,
88 // passive provider never matches
92 // unfortunately this can happen for provider in remote services
121 * Returns true if the provider requires access to a
129 * Returns true if the provider requires access to a
138 * Returns true if the provider requires access to an appropriate
147 * Returns true if the use of this provider may result in a
149 * each provider to give accurate information.
156 * Returns true if the provider is able to provide altitude
157 * information, false otherwise. A provider that reports altitude
166 * Returns true if the provider is able to provide speed
167 * information, false otherwise. A provider that reports speed
176 * Returns true if the provider is able to provide bearing
177 * information, false otherwise. A provider that reports bearing
186 * Returns the power requirement for this provider.
188 * @return the power requirement for this provider, as one of the
196 * Returns a constant describing horizontal accuracy of this provider.
197 * If the provider returns finer grain or exact location,