Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java256 final long time = SystemClock.currentThreadTimeMillis(); in testCreate()
388 long time = SystemClock.currentThreadTimeMillis(); in testCreate()
403 long time = SystemClock.currentThreadTimeMillis(); in testCreate()
405 time = SystemClock.currentThreadTimeMillis() - time; in testCreate()
422 long time = SystemClock.currentThreadTimeMillis(); in testCreate()
433 long time = SystemClock.currentThreadTimeMillis(); in testCreate()
435 time = SystemClock.currentThreadTimeMillis() - time; in testCreate()
438 time = SystemClock.currentThreadTimeMillis(); in testCreate()
440 time = SystemClock.currentThreadTimeMillis() - time; in testCreate()
448 long time = SystemClock.currentThreadTimeMillis(); in testCreate()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/time/
H A DSystemClockImpl.java42 public long currentThreadTimeMillis() { in currentThreadTimeMillis() method in SystemClockImpl
43 return android.os.SystemClock.currentThreadTimeMillis(); in currentThreadTimeMillis()
H A DSystemClock.java39 long currentThreadTimeMillis(); in currentThreadTimeMillis() method
/aosp12/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DCommon.java31 final long endTime = SystemClock.currentThreadTimeMillis() + durationMs; in doSomeWork()
35 while (SystemClock.currentThreadTimeMillis() <= endTime) { in doSomeWork()
/aosp12/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
H A DSubActivity.java30 long before = SystemClock.currentThreadTimeMillis(); in onCreate()
34 while (SystemClock.currentThreadTimeMillis() - before < 100) { in onCreate()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
H A DBubbleHelper.java137 SystemClock.currentThreadTimeMillis() - 300000, chatBot) in getNotificationBuilder()
139 SystemClock.currentThreadTimeMillis(), chatBot) in getNotificationBuilder()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelCpuThreadReaderEndToEndTest.java163 final long startTimeMillis = SystemClock.currentThreadTimeMillis(); in timedWork()
166 final long elapsedMillis = SystemClock.currentThreadTimeMillis() - startTimeMillis; in timedWork()
/aosp12/frameworks/layoutlib/bridge/src/android/os/
H A DSystemClock_Delegate.java82 /*package*/ static long currentThreadTimeMillis() { in currentThreadTimeMillis() method in SystemClock_Delegate
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/time/
H A DFakeSystemClock.java57 public long currentThreadTimeMillis() { in currentThreadTimeMillis() method in FakeSystemClock
/aosp12/frameworks/base/core/java/android/os/
H A DSystemClock.java241 public static native long currentThreadTimeMillis();
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DImageCaptureManager.java523 long startTime = SystemClock.currentThreadTimeMillis();
549 long endTime = SystemClock.currentThreadTimeMillis();
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBubbleExtractorTest.java122 SystemClock.currentThreadTimeMillis() - 300000, person) in getNotificationRecord()
124 SystemClock.currentThreadTimeMillis(), person)); in getNotificationRecord()
H A DNotificationManagerServiceTest.java850 SystemClock.currentThreadTimeMillis() - 300000, person) in getMessageStyleNotifBuilder()
852 SystemClock.currentThreadTimeMillis(), person) in getMessageStyleNotifBuilder()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
H A DIconManagerTest.kt182 SystemClock.currentThreadTimeMillis(),
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DNetworkEventTest.java132 SystemClock.currentThreadTimeMillis()); in fillHandlerWithFullBatchOfEvents()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DAccountTypeManager.java405 final long startTime = SystemClock.currentThreadTimeMillis(); in loadAccountsInBackground()
559 final long endTime = SystemClock.currentThreadTimeMillis(); in loadAccountsInBackground()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
H A DScreenUndimDetectorTest.java295 SystemClock.currentThreadTimeMillis(); in recordScreenPolicy_otherTransitions_doesNotReset()
/aosp12/packages/modules/StatsD/service/java/com/android/server/stats/
H A DStatsCompanionService.java845 SystemClock.currentThreadTimeMillis() - SystemClock.elapsedRealtime(); in dump()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java502 long startTime = SystemClock.currentThreadTimeMillis(); in collectPssInBackground()
507 long endTime = SystemClock.currentThreadTimeMillis(); in collectPssInBackground()
H A DActivityManagerService.java3900 final long startTime = SystemClock.currentThreadTimeMillis(); in getProcessMemoryInfo()
3903 final long duration = SystemClock.currentThreadTimeMillis() - startTime; in getProcessMemoryInfo()
3963 final long startTime = SystemClock.currentThreadTimeMillis(); in getProcessPss()
10678 startTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
10682 endTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
10688 startTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
10694 endTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
11332 startTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
11336 endTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
11340 startTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
[all …]
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt31965 method public static long currentThreadTimeMillis();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt22331 method public static long currentThreadTimeMillis();