Searched refs:arg4 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/ |
D | SomeArgs.java | 42 public Object arg4; field in SomeArgs 106 arg4 = null; in clear()
|
D | MbmsDownloadCallbackTest.java | 71 args.arg4 = fullDownloadSize; in onProgressUpdated() 100 assertEquals(sampleInt, progressArgs.arg4); in testFullCallback()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | ShellIdentityUtils.java | 198 public static <T, U, V, W, R> R invokeMethodWithShellPermissions(T arg1, U arg2, V arg3, W arg4, in invokeMethodWithShellPermissions() argument 205 return methodHelper.apply(arg1, arg2, arg3, arg4); in invokeMethodWithShellPermissions()
|