Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java128 warnIfTooLong(System.currentTimeMillis() - time, service, "onStart"); in startService()
159 warnIfTooLong(System.currentTimeMillis() - time, service, "onBootPhase"); in startBootPhase()
188 warnIfTooLong(System.currentTimeMillis() - time, service, "onStartUser "); in startUser()
207 warnIfTooLong(System.currentTimeMillis() - time, service, "onUnlockUser "); in unlockUser()
226 warnIfTooLong(System.currentTimeMillis() - time, service, "onSwitchUser"); in switchUser()
245 warnIfTooLong(System.currentTimeMillis() - time, service, "onStopUser"); in stopUser()
264 warnIfTooLong(System.currentTimeMillis() - time, service, "onCleanupUser"); in cleanupUser()
293 private void warnIfTooLong(long duration, SystemService service, String operation) { in warnIfTooLong() method in SystemServiceManager