Home
last modified time | relevance | path

Searched refs:start2 (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0415/
Dpoc.cpp30 static void *start2(void *args) { in start2() function
57 pthread_create(&thread, NULL, start2, &bufferProducer); in main()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerUsageTest.java123 final long start2 = System.currentTimeMillis() - USAGE_STATS_RANGE_ALLOWANCE; in testReportShortcutUsed() local
128 checkEventReported(start2, end2, mPackageContext1, id1, "Events weren't populated"); in testReportShortcutUsed()
/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java298 long start2 = SystemClock.uptimeMillis(); in testHideTextToastAfterExpirationOfFirstShowCall_despiteRepeatedShowCalls() local
304 long repeatCallDurationMs = SystemClock.uptimeMillis() - start2; in testHideTextToastAfterExpirationOfFirstShowCall_despiteRepeatedShowCalls()
325 long start2 = SystemClock.uptimeMillis(); in testHideCustomToastAfterExpirationOfFirstShowCall_despiteRepeatedShowCalls() local
331 long repeatCallDurationMs = SystemClock.uptimeMillis() - start2; in testHideCustomToastAfterExpirationOfFirstShowCall_despiteRepeatedShowCalls()