Searched refs:currentThreadTimeMillis (Results 1 – 14 of 14) 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()
63 long time = android.os.SystemClock.currentThreadTimeMillis(); in onCreate()67 time = android.os.SystemClock.currentThreadTimeMillis() - time; in onCreate()
92 long time = android.os.SystemClock.currentThreadTimeMillis(); in onCreate()96 time = android.os.SystemClock.currentThreadTimeMillis() - time; in onCreate()
72 /*package*/ static long currentThreadTimeMillis() { in currentThreadTimeMillis() method in SystemClock_Delegate
235 public static native long currentThreadTimeMillis();
124 SystemClock.currentThreadTimeMillis()); in fillHandlerWithFullBatchOfEvents()
668 final long start = SystemClock.currentThreadTimeMillis(); in testDoesNotLockUpWithTooManyRoutes()670 final long end = SystemClock.currentThreadTimeMillis(); in testDoesNotLockUpWithTooManyRoutes()
1176 SystemClock.currentThreadTimeMillis() - SystemClock.elapsedRealtime(); in dump()
2693 long startTime = SystemClock.currentThreadTimeMillis();2695 long endTime = SystemClock.currentThreadTimeMillis();6973 long startTime = SystemClock.currentThreadTimeMillis(); in getProcessMemoryInfo()6975 long endTime = SystemClock.currentThreadTimeMillis(); in getProcessMemoryInfo()7005 long startTime = SystemClock.currentThreadTimeMillis(); in getProcessPss()7007 long endTime = SystemClock.currentThreadTimeMillis(); in getProcessPss()18939 startTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()18941 endTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()18945 startTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()18947 endTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()[all …]
22331 method public static long currentThreadTimeMillis();
31921 Landroid/os/SystemClock;->currentThreadTimeMillis()J
33193 method public static long currentThreadTimeMillis();