Loading services/core/java/com/android/server/location/contexthub/ContextHubService.java +2 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,8 @@ public class ContextHubService extends IContextHubService.Stub { return false; } if (didEventHappen(MESSAGE_DUPLICATION_PROBABILITY_PERCENT)) { if (Flags.reliableMessageDuplicateDetectionService() && didEventHappen(MESSAGE_DUPLICATION_PROBABILITY_PERCENT)) { for (int i = 0; i < NUM_MESSAGES_TO_DUPLICATE; ++i) { handleClientMessageCallback(contextHubId, hostEndpointId, message, nanoappPermissions, messagePermissions); Loading Loading
services/core/java/com/android/server/location/contexthub/ContextHubService.java +2 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,8 @@ public class ContextHubService extends IContextHubService.Stub { return false; } if (didEventHappen(MESSAGE_DUPLICATION_PROBABILITY_PERCENT)) { if (Flags.reliableMessageDuplicateDetectionService() && didEventHappen(MESSAGE_DUPLICATION_PROBABILITY_PERCENT)) { for (int i = 0; i < NUM_MESSAGES_TO_DUPLICATE; ++i) { handleClientMessageCallback(contextHubId, hostEndpointId, message, nanoappPermissions, messagePermissions); Loading