public final class ProviderRequestUnbundled extends Object
This class is an interface to Provider Requests for unbundled applications.
IMPORTANT: This class is effectively a public API for unbundled
applications, and must remain API stable. See README.txt in the root
of this package for more information.
Fields Summary
private final com.android.internal.location.ProviderRequest
List<LocationRequestUnbundled> result = new ArrayList<LocationRequestUnbundled>(
mRequest.locationRequests.size());
for (LocationRequest r : mRequest.locationRequests) {
result.add(new LocationRequestUnbundled(r));
}
return result;