Home
last modified time | relevance | path

Searched refs:REMOVE_TIMEOUT_MILLIS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java68 private static final int REMOVE_TIMEOUT_MILLIS = 60 * 1000; // 60 seconds field in UserManagerTest
196 if (System.currentTimeMillis() - time > REMOVE_TIMEOUT_MILLIS) { in testRemoveUserByHandle()
929 if (System.currentTimeMillis() - time > REMOVE_TIMEOUT_MILLIS) { in removeUser()