Home
last modified time | relevance | path

Searched refs:start2 (Results 1 – 2 of 2) 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.java120 final long start2 = System.currentTimeMillis() - USAGE_STATS_RANGE_ALLOWANCE; in testReportShortcutUsed() local
125 retryUntil(() -> hasEvent(usm.queryEvents(start2, end2), in testReportShortcutUsed()