Guest User

Untitled

a guest
Feb 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ArrayList<AwarenessFence> awarenessFences = new ArrayList<AwarenessFence();
  2. awarenessFences.add(TimeFence.inInterval(timeInMillis, timeInMillis+5L));
  3. AwarenessFence customFence = AwarenessFence.and(awarenessFences);
Add Comment
Please, Sign In to add comment