Searched refs:checkTime (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 4911 checkTime(startTime, "attachApplicationLocked: before bindApplication"); in attachApplicationLocked() 5069 checkTime(startTime, "attachApplicationLocked: immediately before bindApplication"); in attachApplicationLocked() 5112 checkTime(startTime, "attachApplicationLocked: immediately after bindApplication"); in attachApplicationLocked() 5114 checkTime(startTime, "attachApplicationLocked: after updateLruProcessLocked"); in attachApplicationLocked() 5152 … checkTime(startTime, "attachApplicationLocked: after mServices.attachApplicationLocked"); in attachApplicationLocked() 5163 checkTime(startTime, "attachApplicationLocked: after sendPendingBroadcastsLocked"); in attachApplicationLocked() 5195 checkTime(startTime, "attachApplicationLocked: after updateOomAdjLocked"); in attachApplicationLocked() 6692 void checkTime(long startTime, String where) { in checkTime() method in ActivityManagerService 6767 checkTime(startTime, "getContentProviderImpl: getProviderByName"); in getContentProviderImpl() 6798 checkTime(startTime, "getContentProviderImpl: before appDied (killedByAm)"); in getContentProviderImpl() [all …]
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 2009 long checkTime = wakeLock.mAcquireTime + MIN_LONG_WAKE_CHECK_INTERVAL; in checkForLongWakeLocks() local 2010 if (checkTime < nextCheckTime) { in checkForLongWakeLocks() 2011 nextCheckTime = checkTime; in checkForLongWakeLocks()
|
/frameworks/base/services/ |
D | art-profile | 2794 HSPLcom/android/server/am/ActivityManagerService;->checkTime(JLjava/lang/String;)V
|