Home | History | Annotate | Download | only in privacy

Lines Matching defs:actionKey

20 import com.android.tv.settings.ActionKey;
123 ActionKey<ActionType, ActionBehavior> actionKey = new ActionKey<ActionType, ActionBehavior>(
125 ActionType type = actionKey.getType();
126 ActionBehavior behaviour = actionKey.getBehavior();
127 switch (actionKey.getType()) {
196 .key(new ActionKey<ActionType, ActionBehavior>(ActionType.FACTORY_RESET_CONFIRM,
201 .key(new ActionKey<ActionType, ActionBehavior>(ActionType.FACTORY_RESET,
211 .key(new ActionKey<ActionType, ActionBehavior>(ActionType.FACTORY_RESET_CONFIRM,
216 .key(new ActionKey<ActionType, ActionBehavior>(ActionType.FACTORY_RESET_CONFIRM,
229 actions.add(ActionBehavior.ON.toAction(new ActionKey<
233 actions.add(ActionBehavior.OFF.toAction(new ActionKey<
290 actions.add(ActionBehavior.ON.toAction(new ActionKey<ActionType, ActionBehavior>(
293 actions.add(ActionBehavior.OFF.toAction(new ActionKey<ActionType, ActionBehavior>(