From 08ca1046fe4f1890f91241f8d082a024ef6cfd93 Mon Sep 17 00:00:00 2001 From: Nick Pelly Date: Fri, 10 Aug 2012 15:47:53 -0700 Subject: Fix a couple of bugs from the location overhaul. Marshall LocationRequest array correctly. Observe reportLocation from FusionEngine. Actually deliver the setRequest message to fusion engine. Change-Id: Iff64596fdd42f9fb06e563591dda9fbe0241533a --- .../java/com/android/location/provider/ProviderRequestUnbundled.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'location/lib') diff --git a/location/lib/java/com/android/location/provider/ProviderRequestUnbundled.java b/location/lib/java/com/android/location/provider/ProviderRequestUnbundled.java index 7487a56..3ff19ca 100644 --- a/location/lib/java/com/android/location/provider/ProviderRequestUnbundled.java +++ b/location/lib/java/com/android/location/provider/ProviderRequestUnbundled.java @@ -42,6 +42,9 @@ public final class ProviderRequestUnbundled { return mRequest.interval; } + /** + * Never null. + */ public List getLocationRequests() { return mRequest.locationRequests; } -- cgit v1.1