Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/common/src/main/java/com/android/bedstead/nene/logging/
DCommonLogger.java38 void constructor(Object arg1, Object arg2, Object arg3, Runnable method); in constructor()
39 void constructor(Object arg1, Object arg2, Object arg3, Object arg4, Runnable method); in constructor()
40 …void constructor(Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Runnable method); in constructor()
41 …void constructor(Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Run… in constructor()
42 …void constructor(Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Obj… in constructor()
47 void method(String name, Object arg1, Object arg2, Object arg3, Runnable method); in method()
48 void method(String name, Object arg1, Object arg2, Object arg3, Object arg4, Runnable method); in method()
49 …void method(String name, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Runnable… in method()
50 …void method(String name, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object a… in method()
51 …void method(String name, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object a… in method()
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DSomeArgs.java41 public Object arg3; field in SomeArgs
/cts/tests/signature/tests/src/android/signature/cts/tests/data/
DNormalClass.java31 NormalClass(String arg1, String arg2, String arg3) { } in NormalClass()
/cts/common/device-side/bedstead/activitycontext/src/main/java/com/android/activitycontext/
DActivityContext.java218 public static <E, F, G, H> H getWithContext(E arg1, F arg2, G arg3, in getWithContext() argument
228 public static <E, F, G, H> H getWithContext(E arg1, F arg2, G arg3, in getWithContext() argument
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DShellIdentityUtils.java176 public static <T, U, V, R> R invokeMethodWithShellPermissions(T arg1, U arg2, V arg3, in invokeMethodWithShellPermissions()
198 public static <T, U, V, W, R> R invokeMethodWithShellPermissions(T arg1, U arg2, V arg3, W arg4, in invokeMethodWithShellPermissions()