Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/common/src/main/java/com/android/bedstead/nene/logging/
DCommonLogger.java36 void constructor(Object arg1, Runnable method); in constructor()
37 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()
45 void method(String name, Object arg1, Runnable method); in method()
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()
[all …]
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DBusinessLogicDeviceExecutorTest.java241 public void method1(String arg1) { in method1()
247 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()
274 public void method6(String arg1, String... moreArgs) { in method6()
282 public void method7(String arg1, Context arg2, String... moreArgs) { in method7()
291 public void method8(String arg1, Integer arg2) { in method8()
/cts/common/device-side/bedstead/activitycontext/src/main/java/com/android/activitycontext/
DActivityContext.java158 public static <E, F> F getWithContext(E arg1, in getWithContext() argument
168 public static <E, F> F getWithContext(E arg1, in getWithContext() argument
178 public static <E> void runWithContext(E arg1, BiConsumer<ActivityContext, E> runnable) in runWithContext()
191 public static <E> void runWithContext(E arg1, BiConsumer<ActivityContext, E> runnable, in runWithContext()
201 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/tests/signature/tests/src/android/signature/cts/tests/data/
DNormalClass.java29 private NormalClass(String arg1) { } in NormalClass()
30 protected NormalClass(String arg1, String arg2) throws NormalException { } in NormalClass()
31 NormalClass(String arg1, String arg2, String arg3) { } in NormalClass()
/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java276 public void testAssumptionFailure(TestDescription arg0, String arg1) { in testAssumptionFailure()
282 public void testEnded(TestDescription arg0, Map<String, String> arg1) {} in testEnded() argument
285 public void testFailed(TestDescription arg0, String arg1) { in testFailed()
294 public void testRunEnded(long arg0, Map<String, String> arg1) {} in testRunEnded() argument
303 public void testRunStarted(String arg0, int arg1) { in testRunStarted()
/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/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/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DHceService.java54 public byte[] processCommandApdu(byte[] arg0, Bundle arg1) { in processCommandApdu()
/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/appenumeration/src/android/appenumeration/cts/
DUtils.java54 R apply(T arg1, U arg2) throws Exception; in apply()
58 R apply(T arg1) throws Exception; in apply()
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DSomeArgs.java39 public Object arg1; field in SomeArgs
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DMockVrListenerService.java53 public final Object arg1; field in MockVrListenerService.Event
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLArrowSensorTestRenderer.java157 public void onAccuracyChanged(Sensor arg0, int arg1) { in onAccuracyChanged()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java1079 public CharSequence subSequence(int arg0, int arg1) { in subSequence()
1105 public CharSequence subSequence(int arg0, int arg1) { in subSequence()