Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/common/src/main/java/com/android/bedstead/nene/logging/
DCommonLogger.java37 void constructor(Object arg1, Object arg2, Runnable method); in constructor()
38 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()
46 void method(String name, Object arg1, Object arg2, Runnable method); in method()
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()
[all …]
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DBusinessLogicDeviceExecutorTest.java247 public void method1(String arg1, String arg2) { in method1()
252 public boolean method2(String arg1, String arg2) { in method2()
258 public void method3(String arg1, Context arg2) { in method3()
264 public void method4(Context arg1, String arg2) { in method4()
282 public void method7(String arg1, Context arg2, String... moreArgs) { in method7()
291 public void method8(String arg1, Integer arg2) { in method8()
/cts/tests/tests/media/common/src/android/media/cts/
DCompositionTextureView.java67 public void onSurfaceTextureAvailable(SurfaceTexture arg0, int arg1, int arg2) { in onSurfaceTextureAvailable()
84 public void onSurfaceTextureSizeChanged(SurfaceTexture arg0, int arg1, int arg2) { in onSurfaceTextureSizeChanged()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
DTSuper.java43 public int testArgsOrder(int arg1, int arg2) { in testArgsOrder()
/cts/tests/signature/tests/src/android/signature/cts/tests/data/
DNormalClass.java30 protected NormalClass(String arg1, String arg2) throws NormalException { } in NormalClass()
31 NormalClass(String arg1, String arg2, String arg3) { } in NormalClass()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
DTSuper.java43 public int testArgsOrder(int arg1, int arg2) { in testArgsOrder()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
DTSuper.java43 public int testArgsOrder(int arg1, int arg2) { in testArgsOrder()
/cts/common/device-side/bedstead/activitycontext/src/main/java/com/android/activitycontext/
DActivityContext.java201 public static <E, F, G> G getWithContext(E arg1, F arg2, in getWithContext() argument
211 public static <E, F, G> G getWithContext(E arg1, F arg2, in getWithContext() argument
218 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.java155 public static <T, U, R> R invokeMethodWithShellPermissions(T arg1, U arg2, in invokeMethodWithShellPermissions()
176 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()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt108 val arg2 = if (useHardware) View.LAYER_TYPE_NONE else View.LAYER_TYPE_SOFTWARE in hashCode() constant
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt109 val arg2 = if (useHardware) View.LAYER_TYPE_NONE else View.LAYER_TYPE_SOFTWARE in hashCode() constant
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DSomeArgs.java40 public Object arg2; field in SomeArgs
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DUtils.java54 R apply(T arg1, U arg2) throws Exception; in apply()