Searched refs:REMOVE_TIMEOUT_MILLIS (Results 1 – 1 of 1) sorted by relevance
51 private static final int REMOVE_TIMEOUT_MILLIS = 60 * 1000; // 60 seconds field in UserManagerTest575 if (System.currentTimeMillis() - time > REMOVE_TIMEOUT_MILLIS) { in removeUser()