Home | History | Annotate | Download | only in task

Lines Matching defs:direction

36             Direction.TO_PARENT,
37 Direction.TO_PROFILE
40 @interface Direction {
56 * The direction of forwarding, can be either {@link Direction#TO_PARENT} or
57 * {@link Direction#TO_PROFILE}.
59 public final @Direction int direction;
69 private CrossProfileIntentFilter(IntentFilter filter, int flags, @Direction int direction,
73 this.direction = direction;
80 private @Direction int mDirection;
83 public Builder(@Direction int direction, int flags, boolean letsPersonalDataIntoProfile) {
84 mDirection = direction;