Searched refs:currentThreadTimeMillis (Results 1 – 15 of 15) sorted by relevance
256 final long time = SystemClock.currentThreadTimeMillis(); in testCreate()258 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate()273 final long time = SystemClock.currentThreadTimeMillis(); in testCreate()290 … L(" %s: create=%dms", phoneCall.toString(), SystemClock.currentThreadTimeMillis() - time); in testCreate()295 final long time = SystemClock.currentThreadTimeMillis(); in testCreate()303 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate()308 final long time = SystemClock.currentThreadTimeMillis(); in testCreate()324 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate()331 final long time = SystemClock.currentThreadTimeMillis(); in testCreate()348 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time); in testCreate()[all …]
31 final long endTime = SystemClock.currentThreadTimeMillis() + durationMs; in doSomeWork()35 while (SystemClock.currentThreadTimeMillis() <= endTime) { in doSomeWork()
30 long before = SystemClock.currentThreadTimeMillis(); in onCreate()34 while (SystemClock.currentThreadTimeMillis() - before < 100) { in onCreate()
86 mOomAdjStartTimeMs = SystemClock.currentThreadTimeMillis(); in oomAdjStarted()99 mOomAdjRunTime.addCpuTimeMs(SystemClock.currentThreadTimeMillis() - mOomAdjStartTimeMs); in oomAdjEnded()
1861 long startTime = SystemClock.currentThreadTimeMillis(); in applyOomAdjLocked()1863 long endTime = SystemClock.currentThreadTimeMillis(); in applyOomAdjLocked()
2000 long startTime = SystemClock.currentThreadTimeMillis();2002 long endTime = SystemClock.currentThreadTimeMillis();4415 final long startTime = SystemClock.currentThreadTimeMillis(); in getProcessMemoryInfo()4418 final long endTime = SystemClock.currentThreadTimeMillis(); in getProcessMemoryInfo()4479 long startTime = SystemClock.currentThreadTimeMillis(); in getProcessPss()4481 long endTime = SystemClock.currentThreadTimeMillis(); in getProcessPss()12534 startTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()12536 endTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()12540 startTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()12542 endTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()[all …]
72 /*package*/ static long currentThreadTimeMillis() { in currentThreadTimeMillis() method in SystemClock_Delegate
163 final long startTimeMillis = SystemClock.currentThreadTimeMillis(); in timedWork()166 final long elapsedMillis = SystemClock.currentThreadTimeMillis() - startTimeMillis; in timedWork()
240 public static native long currentThreadTimeMillis();
124 SystemClock.currentThreadTimeMillis()); in fillHandlerWithFullBatchOfEvents()
4548 SystemClock.currentThreadTimeMillis() - 300000, person) in testFlagBubbleNotifs_flag_messaging()4550 SystemClock.currentThreadTimeMillis(), person) in testFlagBubbleNotifs_flag_messaging()4719 SystemClock.currentThreadTimeMillis() - 300000, person) in testFlagBubbleNotifs_noFlag_messaging_appNotAllowed()4721 SystemClock.currentThreadTimeMillis(), person) in testFlagBubbleNotifs_noFlag_messaging_appNotAllowed()4776 SystemClock.currentThreadTimeMillis() - 300000, person) in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed()4778 SystemClock.currentThreadTimeMillis(), person) in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed()5194 SystemClock.currentThreadTimeMillis() - 300000, person) in testNotificationBubbles_flagAutoExpandForeground_fails_notForeground()5196 SystemClock.currentThreadTimeMillis(), person) in testNotificationBubbles_flagAutoExpandForeground_fails_notForeground()5251 SystemClock.currentThreadTimeMillis() - 300000, person) in testNotificationBubbles_flagAutoExpandForeground_succeeds_foreground()5253 SystemClock.currentThreadTimeMillis(), person) in testNotificationBubbles_flagAutoExpandForeground_succeeds_foreground()
2744 SystemClock.currentThreadTimeMillis() - SystemClock.elapsedRealtime(); in dump()
22331 method public static long currentThreadTimeMillis();
35514 method public static long currentThreadTimeMillis();
35658 method public static long currentThreadTimeMillis();