Home
last modified time | relevance | path

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

/cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
DShortcutManagerSecondaryUserTest.java91 Method of = UserHandle.class.getMethod("of", int.class); in getUser0Handle() local
/cts/hostsidetests/sustainedperf/dhrystone/
DDrystone-2.1.sh538 X * The "times" function of UNIX (returning process times) function
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestLog.java117 public static TestLog of(TestLogType logType, String url) { in of() method in TestLog