Home
last modified time | relevance | path

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

/aosp14/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 …]
/aosp14/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
/aosp14/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()
/aosp14/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()
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DBubbleHelper.java132 SystemClock.currentThreadTimeMillis() - 300000, chatBot) in getNotificationBuilder()
134 SystemClock.currentThreadTimeMillis(), chatBot) in getNotificationBuilder()
/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/time/
H A DFakeSystemClock.java57 public long currentThreadTimeMillis() { in currentThreadTimeMillis() method in FakeSystemClock
/aosp14/frameworks/base/core/java/android/os/
H A DSystemClock.java252 public static native long currentThreadTimeMillis();
/aosp14/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.java1008 SystemClock.currentThreadTimeMillis() - 300000, person) in getMessageStyleNotifBuilder()
1010 SystemClock.currentThreadTimeMillis(), person) in getMessageStyleNotifBuilder()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
H A DIconManagerTest.kt182 SystemClock.currentThreadTimeMillis(),
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DNetworkEventTest.java133 SystemClock.currentThreadTimeMillis()); in fillHandlerWithFullBatchOfEvents()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
H A DScreenUndimDetectorTest.java344 SystemClock.currentThreadTimeMillis(); in recordScreenPolicy_otherTransitions_doesNotReset()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java702 long startTime = SystemClock.currentThreadTimeMillis(); in collectPssInBackground()
711 long endTime = SystemClock.currentThreadTimeMillis(); in collectPssInBackground()
H A DActivityManagerService.java4062 final long startTime = SystemClock.currentThreadTimeMillis(); in getProcessMemoryInfo()
4065 final long duration = SystemClock.currentThreadTimeMillis() - startTime; in getProcessMemoryInfo()
4127 final long startTime = SystemClock.currentThreadTimeMillis(); in getProcessPss()
12005 startTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
12009 endTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
12015 startTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
12021 endTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
12662 startTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
12666 endTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
12670 startTime = SystemClock.currentThreadTimeMillis(); in dumpApplicationMemoryUsage()
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt33827 method public static long currentThreadTimeMillis();