Loading services/core/java/com/android/server/location/contexthub/ContextHubHalEndpointCallback.java +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ public class ContextHubHalEndpointCallback } HubEndpointInfo[] endpointInfos = new HubEndpointInfo[halEndpointInfos.length]; for (int i = 0; i < halEndpointInfos.length; i++) { endpointInfos[i++] = new HubEndpointInfo(halEndpointInfos[i]); endpointInfos[i] = new HubEndpointInfo(halEndpointInfos[i]); } mEndpointLifecycleCallback.onEndpointStarted(endpointInfos); } Loading Loading
services/core/java/com/android/server/location/contexthub/ContextHubHalEndpointCallback.java +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ public class ContextHubHalEndpointCallback } HubEndpointInfo[] endpointInfos = new HubEndpointInfo[halEndpointInfos.length]; for (int i = 0; i < halEndpointInfos.length; i++) { endpointInfos[i++] = new HubEndpointInfo(halEndpointInfos[i]); endpointInfos[i] = new HubEndpointInfo(halEndpointInfos[i]); } mEndpointLifecycleCallback.onEndpointStarted(endpointInfos); } Loading