Add User group logging for Omnient
Bug: 369604840 Test: Manual Flag: EXEMPT Omnient feature is launched Change-Id: I5184ebf001d5c741f36592360e5a7f7b2292c0d5
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user