Searched refs:checkTime (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ContentProviderHelper.java | 170 checkTime(startTime, "getContentProviderImpl: getProviderByName"); in getContentProviderImpl() 240 checkTime(startTime, "getContentProviderImpl: incProviderCountLocked"); in getContentProviderImpl() 247 checkTime(startTime, "getContentProviderImpl: before updateOomAdj"); in getContentProviderImpl() 261 checkTime(startTime, "getContentProviderImpl: after updateOomAdj"); in getContentProviderImpl() 297 checkTime(startTime, "getContentProviderImpl: before resolveContentProvider"); in getContentProviderImpl() 302 checkTime(startTime, "getContentProviderImpl: after resolveContentProvider"); in getContentProviderImpl() 319 checkTime(startTime, "getContentProviderImpl: got app info for user"); in getContentProviderImpl() 352 checkTime(startTime, "getContentProviderImpl: before getProviderByClass"); in getContentProviderImpl() 354 checkTime(startTime, "getContentProviderImpl: after getProviderByClass"); in getContentProviderImpl() 368 checkTime(startTime, "getContentProviderImpl: before getApplicationInfo"); in getContentProviderImpl() [all …]
|
D | ActivityManagerService.java | 4402 checkTime(startTime, "attachApplicationLocked: before bindApplication"); in attachApplicationLocked() 4487 checkTime(startTime, "attachApplicationLocked: immediately before bindApplication"); in attachApplicationLocked() 4533 checkTime(startTime, "attachApplicationLocked: immediately after bindApplication"); in attachApplicationLocked() 4536 checkTime(startTime, "attachApplicationLocked: after updateLruProcessLocked"); in attachApplicationLocked() 4576 … checkTime(startTime, "attachApplicationLocked: after mServices.attachApplicationLocked"); in attachApplicationLocked() 4587 checkTime(startTime, "attachApplicationLocked: after sendPendingBroadcastsLocked"); in attachApplicationLocked() 4620 checkTime(startTime, "attachApplicationLocked: after updateOomAdjLocked"); in attachApplicationLocked() 4651 void checkTime(long startTime, String where) { in checkTime() method in ActivityManagerService
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 2482 long checkTime = wakeLock.mAcquireTime + MIN_LONG_WAKE_CHECK_INTERVAL; 2483 if (checkTime < nextCheckTime) { 2484 nextCheckTime = checkTime;
|
/frameworks/base/services/ |
D | art-profile-boot | 632 Lcom/android/server/am/ActivityManagerService;->checkTime(JLjava/lang/String;)V
|
D | art-profile | 6431 HSPLcom/android/server/am/ActivityManagerService;->checkTime(JLjava/lang/String;)V+]Ljava/lang/Stri… 7985 HSPLcom/android/server/am/ContentProviderHelper;->checkTime(JLjava/lang/String;)V+]Ljava/lang/Strin…
|