Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46636f22 authored by Anushree Ganjam's avatar Anushree Ganjam Committed by Android (Google) Code Review
Browse files

Merge "Add User group logging for Omnient" into main

parents 9c5d8a20 6beaa597
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -168,6 +168,13 @@ public class ContextualSearchStateManager implements ResourceBasedOverride, Safe
        return 0;
    }

    /**
     * Get the User group based on the behavior to trigger Assistant.
     */
    public Optional<Integer> getLPUserGroup() {
        return Optional.empty();
    }

    /** Get the haptic bit overridden by AGSA. */
    public Optional<Boolean> getShouldPlayHapticOverride() {
        return Optional.empty();